How to detect in LWUIT that button on form is pressed and hold, and how to detect that button is released.
LWUIT Button pressed and released
153 Views Asked by Valeriy Skachko At
2
How to detect in LWUIT that button on form is pressed and hold, and how to detect that button is released.
Button has pressed() and released() methods which you can override to detect long press. To detect short presses just use addActionListener() on the button.