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