Package com.vaadin.classic.v8.event
Interface Action.ShortcutNotifier
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- Action
@Deprecated public static interface Action.ShortcutNotifier 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 com.vaadin.flow.shared.RegistrationaddShortcutListener(ShortcutListener shortcut)Deprecated.
-
-
-
Method Detail
-
addShortcutListener
@Deprecated com.vaadin.flow.shared.Registration addShortcutListener(ShortcutListener shortcut)
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Parameters:
shortcut- listener to add- Returns:
- registration for unregistering the listener
-
-