E - Type of the select-able item.public interface SelectionListener<E> extends SingleSelectionListener<E>
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(List<E> selectedItems)
Method called to notify a selection change when multiple items were
selected.
|
selectionChangedCopyright © 2014. All Rights Reserved.