public interface ColorMapListener
ColorMap
, gets informed whenever a
Color
of the map changes.Modifier and Type | Method and Description |
---|---|
void |
colorChanged(ColorMap map,
java.lang.String key,
java.awt.Color color)
Called when a color changed.
|
void colorChanged(ColorMap map, java.lang.String key, java.awt.Color color)
map
- the source of the eventkey
- the id of the color that changedcolor
- the new color, might be null