visad.util
Interface ColorChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ColorPreview, ColorWidget

public interface ColorChangeListener
extends EventListener

The interface that all objects must implement to recieve color change events from the color widget

Since:
Visad Utility Library, 0.5
Version:
$Revision: 1.6 $, $Date: 2000-03-14 16:56:47 $
Author:
Nick Rasmussen nick@cae.wisc.edu

Method Summary
 void colorChanged(ColorChangeEvent e)
          The function called when the color widget has changed
 

Method Detail

colorChanged

void colorChanged(ColorChangeEvent e)
The function called when the color widget has changed