Interface ValuesChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification fired when values in the editor are changed.
-
Method Details
-
onValuesChanged
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:
event
- the event
-