JIDE 3.5.15

com.jidesoft.colormap
Interface ColorMapListener


public interface ColorMapListener

The listener interface for receiving "interesting" events about changes to the colormap.


Method Summary
 void colorMapChanged(ColorMapEvent event)
          Called whenever the colormap changes.
 

Method Detail

colorMapChanged

void colorMapChanged(ColorMapEvent event)
Called whenever the colormap changes.

Parameters:
event - the event that characterizes the change.

JIDE 3.5.15