com.vaadin.event
Interface Action.Notifier
- All Superinterfaces:
- Action.Container, Serializable
- All Known Implementing Classes:
- ActionManager, Form, Panel, Window
- Enclosing class:
- Action
public static interface Action.Notifier
- extends Action.Container
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.
addAction
<T extends Action & Action.Listener> void addAction(T action)
removeAction
<T extends Action & Action.Listener> void removeAction(T action)
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.