-
- Enclosing class:
- CheckBox
public static interface CheckBox.Listener
Listener interface that can be used to catch user events on the check box
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStatusChanged(boolean checked)
This is fired when the user has altered the checked state of thisCheckBox
-