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, release
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
press, release
public void repeat(RepeatButton widget)
RepeatButton.RepeatButtonListener
repeat
in interface RepeatButton.RepeatButtonListener
widget
- the button that has been pressed again.