public interface GGButtonOverListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
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.
|
void buttonEntered(GGButton button)
button
- the GGButton reference of the button that caused the eventvoid buttonExited(GGButton button)
button
- the GGButton reference of the button that caused the event