Interface ValuesChangedHandler

All Superinterfaces:
EventHandler

public interface ValuesChangedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification fired when values in the editor are changed.
  • Method Details

    • onValuesChanged

      void onValuesChanged(ValuesChangedEvent event)
      Notification fired when values in the editor are changed. The latest values are passed in the values parameter. You can use getCSSText() to retrieve the values as a single piece of CSS-text.
      Parameters:
      event - the event