Interface AbstractChoiceFigure.IChoiceButtonListener

All Superinterfaces:
EventListener
Enclosing class:
AbstractChoiceFigure

public static interface AbstractChoiceFigure.IChoiceButtonListener extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buttonPressed(int index, String value)
    Executed when one of the choice button pressed.
  • Method Details

    • buttonPressed

      void buttonPressed(int index, String value)
      Executed when one of the choice button pressed.
      Parameters:
      index - the index of the button.
      value - the string value of the state.