Package com.kheops.ui.component
Interface ButtonSelectionChangedListener
public interface ButtonSelectionChangedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuttonSelectionChanged(Button oldSelection, Button newSelection) Notifies listeners of changed selection in a ButtonGroup.
-
Method Details
-
buttonSelectionChanged
Notifies listeners of changed selection in a ButtonGroup.- Parameters:
oldSelection- the old selection. May benullnewSelection- the new selected button in the group
-