public interface CockpitHotKeyHandler
CockpitHotKeyHandler is responsible for handling global keyboard shortcuts within a Cockpit
application.| Modifier and Type | Method and Description |
|---|---|
void |
handleHotKey(Object data)
Called when a registered hot key is pressed.
|
boolean |
isBusyListener()
Returns whether busy listener mechanism should be used when handling keyboard shortcut events or not.
|
void handleHotKey(Object data)
data - hot key information - typically a String representing the action codeboolean isBusyListener()
true if busy listener should be used, false otherwiseCopyright © 2017 SAP SE. All Rights Reserved.