public interface HotkeyRunnable extends KeyEventRunnable
| Modifier and Type | Field and Description |
|---|---|
static HotkeyRunnable |
NONE
Simple runnable that doesn't perform any actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(java.awt.event.KeyEvent e)
Performs hotkey action.
|
static final HotkeyRunnable NONE
void run(java.awt.event.KeyEvent e)
run in interface KeyEventRunnablee - occured key event