Uses of Interface
bibliothek.gui.dock.common.event.ColorMapListener

Packages that use ColorMapListener
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
 

Uses of ColorMapListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type ColorMapListener
 void ColorMap.addListener(ColorMapListener listener)
          Adds a listener to this map, the listener will be informed whenever a color of this map changes.
 void ColorMap.removeListener(ColorMapListener listener)
          Removes a listener from this map.