com.alee.managers.hotkey
Interface HotkeyRunnable
- All Known Implementing Classes:
- ButtonHotkeyRunnable
public interface HotkeyRunnable
This interface allows you to create action for hotkey events which can be used together with HotkeyManager methods. Unlike Runnable this
interface provides KeyEvent as action source.
- Author:
- Mikle Garin
Method Summary |
void |
run(java.awt.event.KeyEvent e)
Performs hotkey action. |
run
void run(java.awt.event.KeyEvent e)
- Performs hotkey action.
- Parameters:
e
- occured key event