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