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