Package com.iizix.prop.ui.mlist
Interface IMLSwitchStateListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The listener for switch list items.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonSwitchStateChanged(MLSwitch checkBox, boolean on) Called when the switch state changes.
Method Details
onSwitchStateChanged
Called when the switch state changes.- Parameters:
checkBox- The checkbox.on- The new state.