C - the selection component typeT - the type of the selected item@FunctionalInterface public interface MultiSelectionListener<C extends Component,T> extends Serializable, EventListener
SelectionModel.Multi,
MultiSelectionEvent| Modifier and Type | Method and Description |
|---|---|
void |
selectionChange(MultiSelectionEvent<C,T> event)
Invoked when the selection has changed by the user or programmatically.
|
void selectionChange(MultiSelectionEvent<C,T> event)
event - the selection event, never nullCopyright © 2025. All rights reserved.