ecologylab.services.distributed.common
Interface BaseStates

All Known Subinterfaces:
AuthStates

public interface BaseStates

States for clients in a networked application.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static java.lang.String CONNECTED
          Client connected to a server.
static java.lang.String CONNECTING
          Client currently attempting to connect to a server.
static java.lang.String NOT_CONNECTED
          Client not currently connected to any server.
 

Field Detail

NOT_CONNECTED

static final java.lang.String NOT_CONNECTED
Client not currently connected to any server.

See Also:
Constant Field Values

CONNECTING

static final java.lang.String CONNECTING
Client currently attempting to connect to a server.

See Also:
Constant Field Values

CONNECTED

static final java.lang.String CONNECTED
Client connected to a server.

See Also:
Constant Field Values