com.webcab.chat.gui
Interface ColorPickerListener

All Superinterfaces:
java.util.EventListener

public interface ColorPickerListener
extends java.util.EventListener

This is the ColorPicker listener interface, providing only one method, called every time the current color changes.

See Also:
ColorPicker

Method Summary
 void colorPicked()
           
 

Method Detail

colorPicked

public void colorPicked()