android.widget.CompoundButton.OnCheckedChangeListener |
Interface definition for a callback to be invoked when the checked state of a compound button changed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the checked state of a compound button has changed.
|
Called when the checked state of a compound button has changed.
buttonView | The compound button view whose state has changed. |
---|---|
isChecked | The new checked state of buttonView. |