java.awt.event
Interface WindowStateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster, WindowAdapter

public interface WindowStateListener
extends EventListener

Unsafe:


Method Summary
 void windowStateChanged(WindowEvent e)
          Enabled: Invoked when window state is changed.
 

Method Detail

windowStateChanged

public void windowStateChanged(WindowEvent e)
Enabled: Invoked when window state is changed.



comments?