ch.aplu.jgamegrid
Interface GGButtonOverListener

All Superinterfaces:
java.util.EventListener

public interface GGButtonOverListener
extends java.util.EventListener

Declarations of the notification method called when the move enters and exits the active mouse area of a push or toggle button.


Method Summary
 void buttonEntered(GGButton button)
          Event callback method when the mouse cursor enters the active area.
 void buttonExited(GGButton button)
          Event callback method called when the mouse cursor exits the active area.
 

Method Detail

buttonEntered

void buttonEntered(GGButton button)
Event callback method when the mouse cursor enters the active area.

Parameters:
button - the GGButton reference of the button that caused the event

buttonExited

void buttonExited(GGButton button)
Event callback method called when the mouse cursor exits the active area.

Parameters:
button - the GGButton reference of the button that caused the event