public interface GGCheckButtonListener
| Modifier and Type | Method and Description |
|---|---|
void |
buttonChecked(GGCheckButton checkButton,
boolean checked)
Event callback method called when the button changes the state.
|
void buttonChecked(GGCheckButton checkButton, boolean checked)
checkButton - the GGCheckButton reference of the button that caused the eventchecked - true, if the button changed from unchecked to checked state;
false, if the button changed from checked to unchecked state