T
- the type of the sorting informationpublic static interface SortEvent.SortNotifier<T extends SortOrder<?>> extends Serializable
SortEvents
.Modifier and Type | Method and Description |
---|---|
Registration |
addSortListener(SortEvent.SortListener<T> listener)
Adds a sort order change listener that gets notified when the sort
order changes.
|
Registration addSortListener(SortEvent.SortListener<T> listener)
listener
- the sort order change listener to addCopyright © 2022 Vaadin Ltd. All rights reserved.