visad.util
Interface ColorChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ColorPreview, ColorWidget

public interface ColorChangeListener
extends java.util.EventListener

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

Since:
Visad Utility Library, 0.5

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