Interface ValuesChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification 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 thevaluesparameter. You can usegetCSSText()to retrieve the values as a single piece ofCSS-text.- Parameters:
 event- the event
 
 -