Package com.vaadin.event
Interface SortEvent.SortListener<T extends SortOrder<?>>
-
- Type Parameters:
T- the type of the sorting information
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SortEvent.SortListener<T extends SortOrder<?>> extends SerializableEventListener
Listener for sort order change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(SortEvent<T> event)Called when the sort order has changed.
-