org.gnu.gnome.event
Class ClientEvent.Type

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

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

Type of a ClientEvent


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

DIE

public static final ClientEvent.Type DIE

SAVE_COMPLETE

public static final ClientEvent.Type SAVE_COMPLETE

SHUTDOWN_CANCELLED

public static final ClientEvent.Type SHUTDOWN_CANCELLED

CONNECT

public static final ClientEvent.Type CONNECT

DISCONNECT

public static final ClientEvent.Type DISCONNECT