ggz.client.core
Class StateID

java.lang.Object
  extended by ggz.client.core.StateID

public class StateID
extends java.lang.Object


Field Summary
static StateID GGZ_STATE_AT_TABLE
          Online, loggied in, in a room, at a table.
static StateID GGZ_STATE_BETWEEN_ROOMS
          Moving between rooms.
static StateID GGZ_STATE_CONNECTING
          In the process of connecting.
static StateID GGZ_STATE_ENTERING_ROOM
          Moving into a room.
static StateID GGZ_STATE_IN_ROOM
          Online, logged in, and in a room.
static StateID GGZ_STATE_JOINING_TABLE
          Trying to join a table.
static StateID GGZ_STATE_LAUNCHING_TABLE
          Trying to launch a table.
static StateID GGZ_STATE_LEAVING_TABLE
          Waiting to leave a table.
static StateID GGZ_STATE_LOGGED_IN
          Online and logged in!
static StateID GGZ_STATE_LOGGING_IN
          In the process of logging in.
static StateID GGZ_STATE_LOGGING_OUT
          In the process of logging out.
static StateID GGZ_STATE_OFFLINE
          Not connected (at all)
static StateID GGZ_STATE_ONLINE
          Connected, but not doing anything.
static StateID GGZ_STATE_RECONNECTING
          Continuous reconnection attempts.
static int nextOrdinal
           
 int ordinal
           
 
Method Summary
 int ordinal()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GGZ_STATE_OFFLINE

public static final StateID GGZ_STATE_OFFLINE
Not connected (at all)


GGZ_STATE_CONNECTING

public static final StateID GGZ_STATE_CONNECTING
In the process of connecting.


GGZ_STATE_RECONNECTING

public static final StateID GGZ_STATE_RECONNECTING
Continuous reconnection attempts.


GGZ_STATE_ONLINE

public static final StateID GGZ_STATE_ONLINE
Connected, but not doing anything.


GGZ_STATE_LOGGING_IN

public static final StateID GGZ_STATE_LOGGING_IN
In the process of logging in.


GGZ_STATE_LOGGED_IN

public static final StateID GGZ_STATE_LOGGED_IN
Online and logged in!


GGZ_STATE_ENTERING_ROOM

public static final StateID GGZ_STATE_ENTERING_ROOM
Moving into a room.


GGZ_STATE_IN_ROOM

public static final StateID GGZ_STATE_IN_ROOM
Online, logged in, and in a room.


GGZ_STATE_BETWEEN_ROOMS

public static final StateID GGZ_STATE_BETWEEN_ROOMS
Moving between rooms.


GGZ_STATE_LAUNCHING_TABLE

public static final StateID GGZ_STATE_LAUNCHING_TABLE
Trying to launch a table.


GGZ_STATE_JOINING_TABLE

public static final StateID GGZ_STATE_JOINING_TABLE
Trying to join a table.


GGZ_STATE_AT_TABLE

public static final StateID GGZ_STATE_AT_TABLE
Online, loggied in, in a room, at a table.


GGZ_STATE_LEAVING_TABLE

public static final StateID GGZ_STATE_LEAVING_TABLE
Waiting to leave a table.


GGZ_STATE_LOGGING_OUT

public static final StateID GGZ_STATE_LOGGING_OUT
In the process of logging out.


nextOrdinal

public static int nextOrdinal

ordinal

public int ordinal
Method Detail

ordinal

public int ordinal()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object