org.gnu.gnome.event
Class AppBarEvent.Type

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

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

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

Type of a AppBarEvent


Field Summary
static AppBarEvent.Type CLEAR_PROMPT
          Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
static AppBarEvent.Type USER_RESPONSE
          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

USER_RESPONSE

public static final AppBarEvent.Type USER_RESPONSE
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
Emitted when the user hits enter after a prompt.


CLEAR_PROMPT

public static final AppBarEvent.Type CLEAR_PROMPT
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
Emitted when the prompt is cleared.