T - the type of the selected item@FunctionalInterface public interface MultiSelectionListener<T> extends SerializableEventListener
SelectionModel.Multi,
MultiSelectionEvent| Modifier and Type | Field and Description |
|---|---|
static Method |
SELECTION_CHANGE_METHOD
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChange(MultiSelectionEvent<T> event)
Invoked when the selection has changed by the user or programmatically.
|
@Deprecated static final Method SELECTION_CHANGE_METHOD
void selectionChange(MultiSelectionEvent<T> event)
event - the selection event, never nullCopyright © 2022 Vaadin Ltd. All rights reserved.