Package bibliothek.gui.dock.common.event
Interface ColorMapListener
public interface ColorMapListener
- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionvoidcolorChanged(ColorMap map, String key, Color color) Called when a color changed.
-
Method Details
-
colorChanged
Called when a color changed.- Parameters:
map- the source of the eventkey- the id of the color that changedcolor- the new color, might benull
-