Interface ColorChangedHandler

All Superinterfaces:
EventHandler

public interface ColorChangedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Override this method to be kept informed when the ColorPicker changes in real-time (for example, if you need to update your own GUI accordingly).
  • Method Details

    • onColorChanged

      void onColorChanged(ColorChangedEvent event)
      Override this method to be kept informed when the ColorPicker changes in real-time (for example, if you need to update your own GUI accordingly). Then use the getXxxx() methods (for example, getBlue() or getLuminosity())to obtain current state as required.
      Parameters:
      event - the event