java.lang.Object | +--java.util.EventListener | +--java.awt.event.WindowStateListenerAll Implemented Interfaces:
void | windowStateChanged(java.awt.event.WindowEvent event) This method is called when the window state is changed, because of iconification or maximization. |
public void windowStateChanged(java.awt.event.WindowEvent event)
event
- the WindowEvent
indicating the change