Interface HasGradientChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 GradientEditor
- 
Method Summary
Modifier and TypeMethodDescriptionNotification fired whenever a user updates the gradient.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addGradientChangedHandler
Notification fired whenever a user updates the gradient.- Parameters:
 handler- the gradientChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -