- Enclosing class:
CheckBox
public static interface CheckBox.Listener
Listener interface that can be used to catch user events on the check box
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStatusChanged
(boolean checked) This is fired when the user has altered the checked state of thisCheckBox
-
Method Details
-
onStatusChanged
void onStatusChanged(boolean checked) This is fired when the user has altered the checked state of thisCheckBox
- Parameters:
checked
- If theCheckBox
is now toggled on, this is set totrue
, otherwisefalse
-