Interface HasValuesChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
CSSEditor
-
Method Summary
Modifier and TypeMethodDescriptionNotification fired when values in the editor are changed.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addValuesChangedHandler
Notification fired when values in the editor are changed. The latest values are passed in thevalues
parameter. You can usegetCSSText()
to retrieve the values as a single piece ofCSS-text
.- Parameters:
handler
- the valuesChanged handler- Returns:
HandlerRegistration
used to remove this handler
-