Interface ButtonSelectionChangedListener


public interface ButtonSelectionChangedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buttonSelectionChanged(Button oldSelection, Button newSelection)
    Notifies listeners of changed selection in a ButtonGroup.
  • Method Details

    • buttonSelectionChanged

      void buttonSelectionChanged(Button oldSelection, Button newSelection)
      Notifies listeners of changed selection in a ButtonGroup.
      Parameters:
      oldSelection - the old selection. May be null
      newSelection - the new selected button in the group