java.awt.event
Interface WindowStateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster, BasicToolBarUI.FrameListener, JMenu.WinListener, WindowAdapter

public interface WindowStateListener
extends EventListener

This interface is for classes that wish to monitor events for window state changes.

Since:
1.4
See Also:
WindowAdapter, WindowEvent

Method Summary
 void windowStateChanged(WindowEvent event)
          This method is called when the window state is changed, because of iconification or maximization.
 

Method Detail

windowStateChanged

void windowStateChanged(WindowEvent event)
This method is called when the window state is changed, because of iconification or maximization.

Parameters:
event - the WindowEvent indicating the change