org.gnu.gnome.event

Class DateEditEvent


public class DateEditEvent
extends GtkEvent

An event represeting action by a DateEdit widget.

Nested Class Summary

static class
DateEditEvent.Type
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Constructor Summary

DateEditEvent(Object source, DateEditEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Method Summary

boolean
isOfType(DateEditEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Constructor Details

DateEditEvent

public DateEditEvent(Object source,
                     DateEditEvent.Type type)

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

Creates a new DateEditEvent. This is used internally by java-gnome. Users only have to deal with listeners.

Method Details

isOfType

public boolean isOfType(DateEditEvent.Type aType)

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

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