Package com.vaadin.flow.component
Interface ShortcutEventListener
- All Superinterfaces:
EventListener,Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for shortcut events.
- Since:
- 1.3
- Author:
- Vaadin Ltd.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonShortcut(ShortcutEvent event) Invoked when shortcut has been used.
-
Method Details
-
onShortcut
Invoked when shortcut has been used.- Parameters:
event-ShortcutEventbased on the registered shortcut
-