public interface OnStateChangedListener
Created by Angad Singh on 25/2/18.
Interface definition for a callback to be invoked when state of switch is changed.This is a event listener
whose event method is onStateChanged(View, int).
| Modifier and Type | Method and Description |
|---|---|
void |
onStateChanged(android.view.View view,
int state)
Called when a view changes it's state.
|