swingwt.awt.event
Interface WindowStateListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster

public interface WindowStateListener
extends java.util.EventListener

A listener for receiving window state events


Method Summary
 void windowStateChanged(WindowEvent e)
           
 

Method Detail

windowStateChanged

public void windowStateChanged(WindowEvent e)