Interface HasToggleValueChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ToggleSwitch
-
Method Summary
Modifier and TypeMethodDescriptionNotification fired when the value changes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addToggleValueChangedHandler
Notification fired when the value changes.- Parameters:
handler
- the toggleValueChanged handler- Returns:
HandlerRegistration
used to remove this handler
-