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