Package com.vaadin.swingkit.core
Interface SwingVaadinInvocation<V>
- Type Parameters:
V- The returning type of the invocation
public interface SwingVaadinInvocation<V>
Describes a Swing Vaadin Invocation implementing the invoke method to deal
with the
MethodInvocation provided. For example a setEnabled(Boolean)
of a JVaadinPanel.- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptioninvoke(MethodInvocation invocation) Calls the implementation of theMethodInvocation
-
Method Details
-
invoke
Calls the implementation of theMethodInvocation- Parameters:
invocation- TheMethodInvocationdescribing the call.- Returns:
- The result of the invocation on the Vaadin view.
-