Uses of Class
com.vaadin.swingkit.core.MethodInvocation
-
Uses of MethodInvocation in com.vaadin.swingkit.core
Methods in com.vaadin.swingkit.core that return MethodInvocationModifier and TypeMethodDescriptionstatic MethodInvocationCreates aMethodInvocationinstance out of a method and the arguments used in its call.Methods in com.vaadin.swingkit.core with parameters of type MethodInvocationModifier and TypeMethodDescriptionHandledInvocations.invoke(MethodInvocation methodInvocation) Calls the corresponding method invocation if it is found on the registered method descriptions of the handler.SwingVaadinInvocation.invoke(MethodInvocation invocation) Calls the implementation of theMethodInvocationbooleanHandledInvocations.isHandled(MethodInvocation methodInvocation) Checks if theMethodInvocationis handled (registered) by the handler.