- Enclosing class:
Button
public static interface Button.Listener
Listener interface that can be used to catch user events on the button
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTriggered
(Button button) This is called when the user has triggered the button
-
Method Details
-
onTriggered
This is called when the user has triggered the button- Parameters:
button
- Button which was triggered
-