org.gnu.gnome.event
Class IconEntryEvent

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

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte

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
          Deprecated.  
 
Constructor Summary
IconEntryEvent(java.lang.Object source, IconEntryEvent.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(IconEntryEvent.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.
 
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)
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 IconEntryrEvent. This is used internally by java-gnome. Users only have to deal with listeners.

Method Detail

isOfType

public boolean isOfType(IconEntryEvent.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.