public interface HotkeyRunnable extends KeyEventRunnable
HotkeyManager
methods.
Unlike Runnable
this interface provides KeyEvent
as action source.HotkeyManager
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(KeyEvent e)
Performs hotkey action.
|
static final HotkeyRunnable NONE
void run(@NotNull KeyEvent e)
run
in interface KeyEventRunnable
e
- occurred key eventCopyright © 2020. All rights reserved.