public static interface CheckedTextView.OnCheckedChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onCheckedChanged(CheckedTextView buttonView,
boolean isChecked)
Called when the checked state of a compound button has changed.
|
void onCheckedChanged(CheckedTextView buttonView, boolean isChecked)
buttonView
- The compound button view whose state has changed.isChecked
- The new checked state of buttonView.