Package com.iizix.prop.ui.mlist
Interface IMLCheckBoxStateListener
- 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 checkbox list items.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonCheckStateChanged(MLCheckBox checkBox, int state) Called when the checkbox state changes.
Method Details
onCheckStateChanged
Called when the checkbox state changes.- Parameters:
checkBox- The checkbox.state- The new check state: 0=unchecked, 1=checked, 2=third state.