org.gnu.gtk.event
Class ColorSelectionEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gtk.event.ColorSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ColorSelectionEvent
extends GtkEvent

This event is used to identify when a ColorSelection receives an event

See Also:
ColorSelectionListener, Serialized Form

Nested Class Summary
static class ColorSelectionEvent.Type
           
 
Constructor Summary
ColorSelectionEvent(java.lang.Object source, EventType type)
          Constructor for ColorSelectionEvent.
 
Method Summary
 boolean isOfType(ColorSelectionEvent.Type aType)
           
 
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

ColorSelectionEvent

public ColorSelectionEvent(java.lang.Object source,
                           EventType type)
Constructor for ColorSelectionEvent.

Parameters:
source -
type -
Method Detail

isOfType

public boolean isOfType(ColorSelectionEvent.Type aType)
Returns:
True if the type of this event is the same as that stated.