Interface SortChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSortChanged
(SortEvent event) Notification method executed when thesort specifiers
change for this grid.
-
Method Details
-
onSortChanged
Notification method executed when thesort specifiers
change for this grid.- Parameters:
event
- the event
-