Package com.vaadin.event
Interface Action.Listener
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractField.FocusShortcut,Button.ClickShortcut,ShortcutListener,Window.CloseShortcut
- Enclosing class:
- Action
public static interface Action.Listener extends Serializable
An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via theaddAction()-method, which in many cases is easier than implementing the Action.Handler interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleAction(Object sender, Object target)
-