Package com.kheops.ui.component
Interface ButtonSelectionChangedListener
public interface ButtonSelectionChangedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buttonSelectionChanged
(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 benull
newSelection
- the new selected button in the group
-