org.gnu.gnome.event
Class IconEntryEvent

java.lang.Object
  extended byorg.gnu.gtk.event.GtkEvent
      extended byorg.gnu.gnome.event.IconEntryEvent
All Implemented Interfaces:
java.io.Serializable

public class IconEntryEvent
extends org.gnu.gtk.event.GtkEvent

An event represeting action by a IconEntrywidget.

See Also:
Serialized Form

Nested Class Summary
static class IconEntryEvent.Type
           
 
Constructor Summary
IconEntryEvent(java.lang.Object source, IconEntryEvent.Type type)
          Creates a new IconEntryrEvent.
 
Method Summary
 boolean isOfType(IconEntryEvent.Type aType)
           
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IconEntryEvent

public IconEntryEvent(java.lang.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.