org.gnu.gnome.event
Class ColorPickerEvent

java.lang.Object
  |
  +--org.gnu.gtk.event.GtkEvent
        |
        +--org.gnu.gnome.event.ColorPickerEvent
All Implemented Interfaces:
java.io.Serializable

public class ColorPickerEvent
extends GtkEvent

An event represeting action by a ColorPicker widget.

See Also:
Serialized Form

Nested Class Summary
static class ColorPickerEvent.Type
           
 
Constructor Summary
ColorPickerEvent(java.lang.Object source)
          Creates a new ColorPickerEvent.
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorPickerEvent

public ColorPickerEvent(java.lang.Object source)
Creates a new ColorPickerEvent. This is used internally by java-gnome. Users only have to deal with listeners.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net