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:
HandlerRegistration
used to remove this handler
-