edu.mines.jtk.awt
Interface ColorMapListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ColorBar

public interface ColorMapListener
extends java.util.EventListener

A color map listener listens for changes to a color map.

Version:
2005.12.24
Author:
Dave Hale, Colorado School of Mines

Method Summary
 void colorMapChanged(ColorMap cm)
          Called when the color map changes.
 

Method Detail

colorMapChanged

void colorMapChanged(ColorMap cm)
Called when the color map changes.

Parameters:
cm - the color mapper.