Interface HasRangeChangedEventHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- RangeSlider
- 
Method SummaryModifier and TypeMethodDescriptionNotification fired when the selected range is changed by the end user.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addRangeChangedEventHandlerNotification fired when the selected range is changed by the end user.- Parameters:
- handler- the RangeChangedEvent handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-