Package com.vaadin.event
Interface SortEvent.SortListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- SortEvent
public static interface SortEvent.SortListener extends Serializable
Listener for sort order change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(SortEvent event)Called when the sort order has changed.
-
-
-
Method Detail
-
sort
void sort(SortEvent event)
Called when the sort order has changed.- Parameters:
event- the sort order change event
-
-