java.awt.event

Interface WindowStateListener

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

UNKNOWN: updated to 1.4

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

Method Detail

windowStateChanged

public 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