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