com.alee.utils.swing
Interface KeyEventRunnable

All Known Subinterfaces:
HotkeyRunnable
All Known Implementing Classes:
ButtonHotkeyRunnable

public interface KeyEventRunnable

Custom runnable that provides KeyEvent.

Author:
Mikle Garin

Method Summary
 void run(java.awt.event.KeyEvent e)
          Performs action according to key event.
 

Method Detail

run

void run(java.awt.event.KeyEvent e)
Performs action according to key event.

Parameters:
e - occured key event