ch.aplu.jgamegrid
Class GGWindowStateAdapter

java.lang.Object
  extended by ch.aplu.jgamegrid.GGWindowStateAdapter
All Implemented Interfaces:
GGWindowStateListener, java.util.EventListener

public class GGWindowStateAdapter
extends java.lang.Object
implements GGWindowStateListener

Implementation of empty methods of GGWindowStateListener.


Constructor Summary
GGWindowStateAdapter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGWindowStateAdapter

public GGWindowStateAdapter()
Method Detail

windowMoved

public void windowMoved(int x,
                        int y)
Event callback method called when the window is moved.

Specified by:
windowMoved in interface GGWindowStateListener
Parameters:
x - the x-coordinate of the upper left vertex
y - the y-coordinate of the upper left vertex

windowIconified

public void windowIconified()
Event callback method called when the window is iconified.

Specified by:
windowIconified in interface GGWindowStateListener

windowDeiconified

public void windowDeiconified()
Event callback method called when the window is deiconified.

Specified by:
windowDeiconified in interface GGWindowStateListener

windowActivated

public void windowActivated()
Event callback method called when the window is activated.

Specified by:
windowActivated in interface GGWindowStateListener

windowDeactivated

public void windowDeactivated()
Event callback method called when the window is deactivated.

Specified by:
windowDeactivated in interface GGWindowStateListener