C - the selection component typeT - the type of the selected item@FunctionalInterface public interface SingleSelectionListener<C extends Component,T> extends Serializable, EventListener
SelectionModel.Single,
SingleSelectionEvent| Modifier and Type | Method and Description |
|---|---|
void |
selectionChange(SingleSelectionEvent<C,T> event)
Invoked when selection has been changed.
|
void selectionChange(SingleSelectionEvent<C,T> event)
event - the single selection eventCopyright © 2025. All rights reserved.