public class DefaultHotKeyHandler extends java.lang.Object implements CockpitHotKeyHandler
| Constructor and Description |
|---|
DefaultHotKeyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleHotKey(java.lang.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.
|
public void handleHotKey(java.lang.Object data)
CockpitHotKeyHandlerhandleHotKey in interface CockpitHotKeyHandlerdata - hot key information - typically a String representing the action codepublic boolean isBusyListener()
CockpitHotKeyHandlerisBusyListener in interface CockpitHotKeyHandlertrue if busy listener should be used, false otherwiseCopyright © 2018 SAP SE. All Rights Reserved.