org.gnu.gtk.event

Class ColorSelectionEvent

public class ColorSelectionEvent extends GtkEvent

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

See Also: ColorSelectionListener

Nested Class Summary
static classColorSelectionEvent.Type
Constructor Summary
ColorSelectionEvent(Object source, EventType type)
Constructor for ColorSelectionEvent.
Method Summary
booleanisOfType(ColorSelectionEvent.Type aType)

Constructor Detail

ColorSelectionEvent

public ColorSelectionEvent(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.