Package com.vaadin.client.communication
Class JavaScriptMethodInvocation
- java.lang.Object
-
- com.vaadin.shared.communication.MethodInvocation
-
- com.vaadin.client.communication.JavaScriptMethodInvocation
-
- All Implemented Interfaces:
Serializable
public class JavaScriptMethodInvocation extends MethodInvocation
AMethodInvocation
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
Constructors Constructor Description JavaScriptMethodInvocation​(String connectorId, String interfaceName, String methodName, Object[] parameters)
-
Method Summary
-
Methods inherited from class com.vaadin.shared.communication.MethodInvocation
equals, getConnectorId, getInterfaceName, getLastOnlyTag, getMethodName, getParameters, setParameters, toString
-
-