public interface ButtonListener
Modifier and Type | Method and Description |
---|---|
void |
buttonPressed(Buttons.Button button)
Invoked when the listened button is pressed
|
void |
buttonReleased(Buttons.Button button)
Invoked when the listened button is released
|
void buttonPressed(Buttons.Button button)
button
- Buttons.Button
that has been pressedvoid buttonReleased(Buttons.Button button)
button
- Buttons.Button
that has been released