Package com.vaadin.classic.v8.event
Interface Action.Notifier
-
- All Superinterfaces:
Action.Container,java.io.Serializable
- All Known Implementing Classes:
ActionManager,Panel
- Enclosing class:
- Action
@Deprecated public static interface Action.Notifier extends Action.Container
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T extends Action & Action.Listener>
voidaddAction(T action)Deprecated.<T extends Action & Action.Listener>
voidremoveAction(T action)Deprecated.-
Methods inherited from interface com.vaadin.classic.v8.event.Action.Container
addActionHandler, removeActionHandler
-
-
-
-
Method Detail
-
addAction
@Deprecated <T extends Action & Action.Listener> void addAction(T action)
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Type Parameters:
T- type- Parameters:
action- action
-
removeAction
@Deprecated <T extends Action & Action.Listener> void removeAction(T action)
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Type Parameters:
T- type- Parameters:
action- action
-
-