public interface ITiButtonEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPressed(TiButton button)
the event is triggered when the button is pressed
|
void |
onReleased(TiButton button)
the event is triggered when the button is released
|