org.gnu.gnome.event
Class IconEntryEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gnome.event.IconEntryEvent.Type
Enclosing class:
IconEntryEvent

public static class IconEntryEvent.Type
extends org.gnu.glib.EventType


Field Summary
static IconEntryEvent.Type BROWSE
           
static IconEntryEvent.Type CHANGED
          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
 
Methods inherited from class org.gnu.glib.EventType
getID, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGED

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

BROWSE

public static final IconEntryEvent.Type BROWSE