java.awt.event
public interface WindowStateListener extends EventListener
WindowAdapter
,
WindowEvent
Modifier and Type | Method and Description |
---|---|
void |
windowStateChanged(WindowEvent event)
This method is called when the window state is changed, because of
iconification or maximization.
|
void windowStateChanged(WindowEvent event)
event
- the WindowEvent
indicating the change