org.gnu.gtk.event
Class OptionMenuEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gtk.event.OptionMenuEvent.Type
Enclosing class:
OptionMenuEvent

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

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

Type of a OptionMenuEvent


Field Summary
static OptionMenuEvent.Type CHANGE
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
 
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

CHANGE

public static final OptionMenuEvent.Type CHANGE
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when a option menu selection changes.