public interface GGWindowStateListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
windowActivated()
Event callback method called when the window is activated.
|
void |
windowDeactivated()
Event callback method called when the window is deactivated.
|
void |
windowDeiconified()
Event callback method called when the window is deiconified.
|
void |
windowIconified()
Event callback method called when the window is iconified.
|
void |
windowMoved(int x,
int y)
Event callback method called when the window is moved.
|
void windowMoved(int x,
int y)
x - the x-coordinate of the upper left vertexy - the y-coordinate of the upper left vertexvoid windowIconified()
void windowDeiconified()
void windowActivated()
void windowDeactivated()