public static interface CheckBoxList.Listener
CheckBoxList
in order to be notified on user actionsModifier and Type | Method and Description |
---|---|
void |
onStatusChanged(int itemIndex,
boolean checked)
Called by the
CheckBoxList when the user changes the toggle state of one item |
void onStatusChanged(int itemIndex, boolean checked)
CheckBoxList
when the user changes the toggle state of one itemitemIndex
- Index of the item that was toggledchecked
- If the state of the item is now checked, this will be true
, otherwise false
Copyright © 2016. All rights reserved.