com.vaadin.terminal.gwt.server
Class LegacyChangeVariablesInvocation

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.MethodInvocation
      extended by com.vaadin.terminal.gwt.server.LegacyChangeVariablesInvocation
All Implemented Interfaces:
Serializable

public class LegacyChangeVariablesInvocation
extends MethodInvocation

See Also:
Serialized Form

Constructor Summary
LegacyChangeVariablesInvocation(String connectorId, String variableName, Object value)
           
 
Method Summary
 Map<String,Object> getVariableChanges()
           
static boolean isLegacyVariableChange(String interfaceName, String methodName)
           
 void setVariableChange(String name, Object value)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.MethodInvocation
getConnectorId, getInterfaceName, getMethodName, getParameters, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyChangeVariablesInvocation

public LegacyChangeVariablesInvocation(String connectorId,
                                       String variableName,
                                       Object value)
Method Detail

isLegacyVariableChange

public static boolean isLegacyVariableChange(String interfaceName,
                                             String methodName)

setVariableChange

public void setVariableChange(String name,
                              Object value)

getVariableChanges

public Map<String,Object> getVariableChanges()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.