bibliothek.gui.dock.common.event
Interface ColorMapListener


public interface ColorMapListener

A listener to a ColorMap, gets informed whenever a Color of the map changes.

Author:
Benjamin Sigg

Method Summary
 void colorChanged(ColorMap map, String key, Color color)
          Called when a color changed.
 

Method Detail

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