com.webcab.chat.gui
Interface ScrollAreaListener

All Superinterfaces:
java.util.EventListener

public interface ScrollAreaListener
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 colorChanged()
           
 

Method Detail

colorChanged

public void colorChanged()