org.gnu.gnome.event

Class IconEntryEvent


public class IconEntryEvent
extends GtkEvent

An event represeting action by a IconEntrywidget.

Nested Class Summary

static class
IconEntryEvent.Type

Constructor Summary

IconEntryEvent(Object source, IconEntryEvent.Type type)
Creates a new IconEntryrEvent.

Method Summary

boolean
isOfType(IconEntryEvent.Type aType)

Constructor Details

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 Details

isOfType

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