Class JavaScriptMethodInvocation

  • All Implemented Interfaces:
    Serializable

    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:
    Serialized Form
    • Constructor Detail

      • JavaScriptMethodInvocation

        public JavaScriptMethodInvocation​(String connectorId,
                                          String interfaceName,
                                          String methodName,
                                          Object[] parameters)