public abstract class HotkeyListener extends Object
| Constructor and Description |
|---|
HotkeyListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
hotkeyPressed(HotkeyEvent e)
Override this to implement your own hotkey handler.
|
void |
invokeHotkeyPressed(HotkeyEvent e)
Only used Sikuli's internal code
|
public abstract void hotkeyPressed(HotkeyEvent e)
public void invokeHotkeyPressed(HotkeyEvent e)