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 GGWindowStateListener
x
- the x-coordinate of the upper left vertexy
- the y-coordinate of the upper left vertexpublic void windowIconified()
windowIconified
in interface GGWindowStateListener
public void windowDeiconified()
windowDeiconified
in interface GGWindowStateListener
public void windowActivated()
windowActivated
in interface GGWindowStateListener
public void windowDeactivated()
windowDeactivated
in interface GGWindowStateListener