public interface HasGradientChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addGradientChangedHandler(GradientChangedHandler handler)
Notification fired whenever a user updates the gradient.
|
fireEvent
HandlerRegistration addGradientChangedHandler(GradientChangedHandler handler)
handler
- the gradientChanged handlerHandlerRegistration
used to remove this handler