public interface ISelectionListener<Item extends IItem>
| Modifier and Type | Method and Description |
|---|---|
void |
onSelectionChanged(Item item,
boolean selected)
is called, whenever the provided item is selected or deselected
|
void onSelectionChanged(Item item, boolean selected)
item - the item who's selection state changed
param selected the new selection state of the item