Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.event

Interface WindowStateListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.awt.event.WindowStateListener

All Implemented Interfaces:

EventListener


public interface WindowStateListener

implements EventListener

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

Since:Author:See Also:

Method Summary

voidwindowStateChanged(java.awt.event.WindowEvent event)

This method is called when the window state is changed, because of iconification or maximization.

Method Details

windowStateChanged

public void windowStateChanged(java.awt.event.WindowEvent event)

This method is called when the window state is changed, because of iconification or maximization.

Parameters: