public interface GGRadioButtonListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
buttonSelected(GGRadioButton radioButton,
boolean selected)
Event callback method called when the button changes the state.
|
void buttonSelected(GGRadioButton radioButton, boolean selected)
radioButton
- the GGRadioButton reference of the button that caused the eventselected
- true, if the button changed from deselected to selected state;
false, if the button changed from selected to deselected state. (If registered in
a GGRadioButtonGroup, only changes from deselected to selected state are reported, so
selected is always true.)