Interface ColorMapListener


public interface ColorMapListener
A listener to a ColorMap, gets informed whenever a Color of the map changes.
Author:
Benjamin Sigg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    colorChanged(ColorMap map, String key, Color color)
    Called when a color changed.
  • Method Details

    • colorChanged

      void colorChanged(ColorMap map, String key, Color color)
      Called when a color changed.
      Parameters:
      map - the source of the event
      key - the id of the color that changed
      color - the new color, might be null