org.gnu.gnome.event

Class DateEditEvent

public class DateEditEvent extends GtkEvent

An event represeting action by a {@link org.gnu.gnome.DateEdit} widget.
Nested Class Summary
static classDateEditEvent.Type
Type of a DateEditEvent
Constructor Summary
DateEditEvent(Object source, DateEditEvent.Type type)
Creates a new DateEditEvent.
Method Summary
booleanisOfType(DateEditEvent.Type aType)

Constructor Detail

DateEditEvent

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

Method Detail

isOfType

public boolean isOfType(DateEditEvent.Type aType)

Returns: True if the type of this event is the same as that stated.