We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.communication.
Class JavaScriptMethodInvocation
- java.lang.Object
-
- com.vaadin.shared.communication.MethodInvocation
-
- com.vaadin.client.communication.JavaScriptMethodInvocation
-
All Implemented Interfaces:
public class JavaScriptMethodInvocation extends 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:
-
-
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, hashCode, setParameters, toString
-
-