org.gnu.gnome.event
Interface ColorPickerListener


Deprecated.

public interface ColorPickerListener

Listener for the ColorPicker widget.

See Also:
org.gnu.gtk.events.ColorSelectionListener

Method Summary
 void colorPickerEvent(ColorPickerEvent event)
          Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
 

Method Detail

colorPickerEvent

void colorPickerEvent(ColorPickerEvent event)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

This method is called whenever a ColorPicker event occurs.