com.vaadin.event
Interface Action.Notifier
- All Superinterfaces:
- Action.Container, java.io.Serializable
- All Known Implementing Classes:
- ActionManager, ColorPickerPopup, ConnectorActionManager, Form, LegacyWindow, Panel, UI, 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-2014 Vaadin Ltd. All Rights Reserved.