public interface GGButtonListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
buttonClicked(GGButton button)
Event callback method called when the button is clicked.
|
void |
buttonPressed(GGButton button)
Event callback method called when the button is pressed.
|
void |
buttonReleased(GGButton button)
Event callback method called when the button is released.
|
void buttonPressed(GGButton button)
button
- the GGButton reference of the button that caused the eventvoid buttonReleased(GGButton button)
button
- the GGButton reference of the button that caused the eventvoid buttonClicked(GGButton button)
button
- the GGButton reference of the button that caused the event