Interface RangeChangedEventHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonRangeChangedEvent(ChangedEvent event) Notification fired when the selected range is changed by the end user. 
- 
Method Details
- 
onRangeChangedEvent
Notification fired when the selected range is changed by the end user.- Parameters:
 event- the event
 
 -