T - the type of the selected item@FunctionalInterface public interface SelectionListener<T> extends SerializableEventListener
SelectionEvent.
This is a generic listener for both type of selections, single and multiselect.
SelectionEvent| Modifier and Type | Method and Description |
|---|---|
void |
selectionChange(SelectionEvent<T> event)
Invoked when the selection has changed by user or programmatically.
|
void selectionChange(SelectionEvent<T> event)
event - the selection eventCopyright © 2020 Vaadin Ltd. All rights reserved.