Interface HotKeyEventHandler
- All Superinterfaces:
BrowserEventHandler
Hotkey press event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHotKeyPressed
(HotKeyEvent event) Hotkey press event handler
-
Method Details
-
onHotKeyPressed
Hotkey press event handler
The event handler will be called, when the user presses a hotkey combination, that is assigned to the component
- Parameters:
event
- The event object- See Also:
-