Interface ButtonControlListener
-
public interface ButtonControlListenerListener for the button control- Author:
- Vianney le Clément
-
-
Method Summary
Modifier and Type Method Description booleanpressed(ButtonControl button)The button has been pressed.
-
-
-
Method Detail
-
pressed
boolean pressed(ButtonControl button)
The button has been pressed.- Parameters:
button-- Returns:
trueif the following listeners should be notified and/or the action (submit or reset) of the button should be executed,falseto stop the handling of this button
-
-