org.gnu.gnome.event

Class IconEntryEvent

public class IconEntryEvent extends GtkEvent

An event represeting action by a IconEntrywidget.
Nested Class Summary
static classIconEntryEvent.Type
Constructor Summary
IconEntryEvent(Object source, IconEntryEvent.Type type)
Creates a new IconEntryrEvent.
Method Summary
booleanisOfType(IconEntryEvent.Type aType)

Constructor Detail

IconEntryEvent

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

Method Detail

isOfType

public boolean isOfType(IconEntryEvent.Type aType)

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