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