arlut.csd.ganymede
Interface ClientMessage

All Known Implementing Classes:
ClientEvent

public interface ClientMessage

Enumeration for server-to-client messages.


Field Summary
static int BUILDSTATUS
           
static int ERROR
           
static int FIRST
           
static int LAST
           
static int SOFTTIMEOUT
           
 

Field Detail

FIRST

public static final int FIRST
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

BUILDSTATUS

public static final int BUILDSTATUS
See Also:
Constant Field Values

SOFTTIMEOUT

public static final int SOFTTIMEOUT
See Also:
Constant Field Values

LAST

public static final int LAST
See Also:
Constant Field Values