Interface ButtonControlListener


public interface ButtonControlListener
Listener for the button control
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The button has been pressed.
  • Method Details

    • pressed

      boolean pressed(ButtonControl button)
      The button has been pressed.
      Returns:
      true if the following listeners should be notified and/or the action (submit or reset) of the button should be executed, false to stop the handling of this button