T - the type of the sorting information@FunctionalInterface public static interface SortEvent.SortListener<T extends SortOrder<?>> extends SerializableEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
sort(SortEvent<T> event)
Called when the sort order has changed.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.