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)
INTERNAL USE: system specific handler implementation
|
public abstract void hotkeyPressed(HotkeyEvent e)
e
- HotkeyEventpublic void invokeHotkeyPressed(HotkeyEvent e)
e
- HotkeyEvent