T - the type of the selected itemC - the component type@FunctionalInterface public interface SelectionListener<C extends Component,T> extends Serializable, EventListener
SelectionEvent.
This is a generic listener for both type of selections, single and multiselect.
SelectionEvent| Modifier and Type | Method and Description |
|---|---|
void |
selectionChange(SelectionEvent<C,T> event)
Invoked when the selection has changed.
|
void selectionChange(SelectionEvent<C,T> event)
event - the selection eventCopyright © 2025. All rights reserved.