-
- Enclosing class:
- Button
public static interface Button.Listener
Listener interface that can be used to catch user events on the button
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTriggered(Button button)
This is called when the user has triggered the button
-
-
-
Method Detail
-
onTriggered
void onTriggered(Button button)
This is called when the user has triggered the button- Parameters:
button
- Button which was triggered
-
-