public class GGWindowStateAdapter extends java.lang.Object implements GGWindowStateListener
| Constructor and Description |
|---|
GGWindowStateAdapter() |
| 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.
|
public void windowMoved(int x,
int y)
windowMoved in interface GGWindowStateListenerx - the x-coordinate of the upper left vertexy - the y-coordinate of the upper left vertexpublic void windowIconified()
windowIconified in interface GGWindowStateListenerpublic void windowDeiconified()
windowDeiconified in interface GGWindowStateListenerpublic void windowActivated()
windowActivated in interface GGWindowStateListenerpublic void windowDeactivated()
windowDeactivated in interface GGWindowStateListener