com.alee.utils.swing
Interface WindowEventRunnable


public interface WindowEventRunnable

Custom runnable that provides WindowEvent.

Author:
Mikle Garin

Method Summary
 void run(java.awt.event.WindowEvent e)
          Performs action according to window event.
 

Method Detail

run

void run(java.awt.event.WindowEvent e)
Performs action according to window event.

Parameters:
e - occured window event