public static interface Action.Notifier extends Action.Container
Modifier and Type | Method and Description |
---|---|
<T extends Action & Action.Listener> |
addAction(T action) |
<T extends Action & Action.Listener> |
removeAction(T action) |
addActionHandler, removeActionHandler
<T extends Action & Action.Listener> void addAction(T action)
<T extends Action & Action.Listener> void removeAction(T action)
Copyright © 2017 Vaadin Ltd. All rights reserved.