Interface HasRangeChangedEventHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
RangeSlider
-
Method Summary
Modifier and TypeMethodDescriptionNotification fired when the selected range is changed by the end user.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addRangeChangedEventHandler
Notification fired when the selected range is changed by the end user.- Parameters:
handler
- the RangeChangedEvent handler- Returns:
HandlerRegistration
used to remove this handler
-