org.gnu.gnome.event
Class ClientEvent.Type

java.lang.Object
  |
  +--org.gnu.gtk.event.GtkEventType
        |
        +--org.gnu.gnome.event.ClientEvent.Type
Enclosing class:
ClientEvent

public static class ClientEvent.Type
extends GtkEventType

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.gtk.event.GtkEventType
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

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net