Interface CheckBox.Listener
- 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 TypeMethodDescriptionvoidonStatusChanged(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 theCheckBoxis now toggled on, this is set totrue, otherwisefalse
-