Interface ColumnSortEvent.Handler
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ColumnSortEvent.AsyncHandler,ColumnSortEvent.ListHandler
- Enclosing class:
- ColumnSortEvent
Handler for
ColumnSortEvent.-
Method Summary
Modifier and TypeMethodDescriptionvoidonColumnSort(ColumnSortEvent event) Called whenColumnSortEventis fired.
-
Method Details
-
onColumnSort
Called whenColumnSortEventis fired.- Parameters:
event- theColumnSortEventthat was fired
-