java.awt.event
public interface WindowStateListener extends EventListener
Since: 1.4
See Also: WindowAdapter WindowEvent
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
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