public
static
interface
CompoundButton.OnCheckedChangeListener
| android.widget.CompoundButton.OnCheckedChangeListener |
Interface definition for a callback to be invoked when the checked state of a compound button changed.
Public methods | |
|---|---|
abstract
void
|
onCheckedChanged(CompoundButton buttonView, boolean isChecked)
Called when the checked state of a compound button has changed. |
void onCheckedChanged (CompoundButton buttonView, boolean isChecked)
Called when the checked state of a compound button has changed.
| Parameters | |
|---|---|
buttonView |
CompoundButton:
The compound button view whose state has changed. |
isChecked |
boolean:
The new checked state of buttonView.
|