public static interface BootstrapButton.OnCheckedChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
OnCheckedChanged(BootstrapButton bootstrapButton,
boolean isChecked)
This method will get called when the state of a radio button, checkbox or toggle button changes.
|
void OnCheckedChanged(BootstrapButton bootstrapButton, boolean isChecked)
bootstrapButton - the view thats state is changingisChecked - weather the button is checked or not.