org.gnu.gnome.event
Class ClientEvent.Type

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

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 ClientEvent.Type
extends org.gnu.glib.EventType

Type of a ClientEvent


Field Summary
static ClientEvent.Type CONNECT
          Deprecated.  
static ClientEvent.Type DIE
          Deprecated.  
static ClientEvent.Type DISCONNECT
          Deprecated.  
static ClientEvent.Type SAVE_COMPLETE
          Deprecated.  
static ClientEvent.Type SAVE_YOURSELF
          Deprecated.  
static ClientEvent.Type SHUTDOWN_CANCELLED
          Deprecated.  
 
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

SAVE_YOURSELF

public static final ClientEvent.Type SAVE_YOURSELF
Deprecated. 

DIE

public static final ClientEvent.Type DIE
Deprecated. 

SAVE_COMPLETE

public static final ClientEvent.Type SAVE_COMPLETE
Deprecated. 

SHUTDOWN_CANCELLED

public static final ClientEvent.Type SHUTDOWN_CANCELLED
Deprecated. 

CONNECT

public static final ClientEvent.Type CONNECT
Deprecated. 

DISCONNECT

public static final ClientEvent.Type DISCONNECT
Deprecated.