Interface ColumnSortEvent.Handler
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ColumnSortEvent.AsyncHandler
,ColumnSortEvent.ListHandler
- Enclosing class:
ColumnSortEvent
Handler for
ColumnSortEvent
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onColumnSort
(ColumnSortEvent event) Called whenColumnSortEvent
is fired.
-
Method Details
-
onColumnSort
Called whenColumnSortEvent
is fired.- Parameters:
event
- theColumnSortEvent
that was fired
-