JIDE 3.5.15

com.jidesoft.palette
Interface PaletteListener


public interface PaletteListener

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


Method Summary
 void paletteChanged(PaletteEvent event)
          Called whenever the palette changes.
 

Method Detail

paletteChanged

void paletteChanged(PaletteEvent event)
Called whenever the palette changes.

Parameters:
event - the event that characterizes the change.

JIDE 3.5.15