com.vaadin.client.communication
Class JavaScriptMethodInvocation

java.lang.Object
  extended by com.vaadin.shared.communication.MethodInvocation
      extended by com.vaadin.client.communication.JavaScriptMethodInvocation
All Implemented Interfaces:
java.io.Serializable

public class JavaScriptMethodInvocation
extends com.vaadin.shared.communication.MethodInvocation

A MethodInvocation that originates from JavaScript. This means that there might not be any type information available on the client.

Since:
7.0.0
Author:
Vaadin Ltd
See Also:
Serialized Form

Constructor Summary
JavaScriptMethodInvocation(java.lang.String connectorId, java.lang.String interfaceName, java.lang.String methodName, java.lang.Object[] parameters)
           
 
Method Summary
 
Methods inherited from class com.vaadin.shared.communication.MethodInvocation
equals, getConnectorId, getInterfaceName, getLastOnlyTag, getMethodName, getParameters, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaScriptMethodInvocation

public JavaScriptMethodInvocation(java.lang.String connectorId,
                                  java.lang.String interfaceName,
                                  java.lang.String methodName,
                                  java.lang.Object[] parameters)


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