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.Notifier
All Superinterfaces:
All Known Implementing Classes:
Enclosing class:
- extends Action.Container
public static interface Action.Notifier
Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler. The added actions must be Action.Listeners, thus handling the action themselves.
Method Summary | ||
---|---|---|
|
addAction(T action)
|
|
|
removeAction(T action)
|
Methods inherited from interface com.vaadin.event.Action.Container |
---|
addActionHandler, removeActionHandler |
Method Detail |
---|
addAction
<T extends Action & Action.Listener> void addAction(T action)
removeAction
<T extends Action & Action.Listener> void removeAction(T action)