com.alee.utils.swing
Interface FocusEventRunnable


public interface FocusEventRunnable

Custom runnable that provides FocusEvent.

Author:
Mikle Garin

Method Summary
 void run(java.awt.event.FocusEvent e)
          Performs action according to focus event.
 

Method Detail

run

void run(java.awt.event.FocusEvent e)
Performs action according to focus event.

Parameters:
e - occured focus event