public static class RepeatButton.RepeatButtonListenerToButtonEvents extends Button.ButtonListenerToButtonEvents implements RepeatButton.RepeatButtonListener
RepeatButton.RepeatButtonListener.Button.ButtonListenerToButtonEvents| Constructor and Description |
|---|
RepeatButtonListenerToButtonEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
repeat(RepeatButton widget)
The specified button has been pressed again.
|
getMicroUIGeneratorTag, press, releaseclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpress, releasepublic void repeat(RepeatButton widget)
RepeatButton.RepeatButtonListenerrepeat in interface RepeatButton.RepeatButtonListenerwidget - the button that has been pressed again.