We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.
Interface Action.Listener
All Superinterfaces:
All Known Implementing Classes:
AbstractField.FocusShortcut, Button.ClickShortcut, ShortcutListener, Window.CloseShortcut
Enclosing class:
- extends Serializable
public static interface Action.Listener
An Action that implements this interface can be added to an
Action.Notifier (or NotifierProxy) via the addAction()
-method, which in many cases is easier than implementing the
Action.Handler interface.
Method Summary | |
---|---|
void |
handleAction(Object sender,
Object target)
|
Method Detail |
---|
handleAction
void handleAction(Object sender,
Object target)