public static interface SelectionEvent.SelectionNotifier extends Serializable
SelectionEvents
.Modifier and Type | Method and Description |
---|---|
void |
addSelectionListener(SelectionEvent.SelectionListener listener)
Registers a new selection listener
|
void |
removeSelectionListener(SelectionEvent.SelectionListener listener)
Removes a previously registered selection change listener
|
void addSelectionListener(SelectionEvent.SelectionListener listener)
listener
- the listener to registervoid removeSelectionListener(SelectionEvent.SelectionListener listener)
listener
- the listener to removeCopyright © 2022 Vaadin Ltd. All rights reserved.