Package com.vaadin.classic.v8.event
Interface Action.Listener
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
FocusShortcut,ShortcutListener
- Enclosing class:
- Action
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated @FunctionalInterface public static interface Action.Listener extends java.io.SerializableDeprecated.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 voidhandleAction(java.lang.Object sender, java.lang.Object target)Deprecated.
-
-
-
Method Detail
-
handleAction
@Deprecated void handleAction(java.lang.Object sender, java.lang.Object target)Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Parameters:
sender- sendertarget- target
-
-