ggz.client.core
Class TransID

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

public class TransID
extends java.lang.Object


Field Summary
static TransID GGZ_TRANS_CONN_FAIL
           
static TransID GGZ_TRANS_CONN_OK
           
static TransID GGZ_TRANS_CONN_TRY
           
static TransID GGZ_TRANS_ENTER_FAIL
           
static TransID GGZ_TRANS_ENTER_OK
           
static TransID GGZ_TRANS_ENTER_TRY
           
static TransID GGZ_TRANS_JOIN_FAIL
           
static TransID GGZ_TRANS_JOIN_OK
           
static TransID GGZ_TRANS_JOIN_TRY
           
static TransID GGZ_TRANS_LAUNCH_FAIL
           
static TransID GGZ_TRANS_LAUNCH_OK
           
static TransID GGZ_TRANS_LAUNCH_TRY
           
static TransID GGZ_TRANS_LEAVE_FAIL
           
static TransID GGZ_TRANS_LEAVE_OK
           
static TransID GGZ_TRANS_LEAVE_TRY
           
static TransID GGZ_TRANS_LOGIN_FAIL
           
static TransID GGZ_TRANS_LOGIN_OK
           
static TransID GGZ_TRANS_LOGIN_TRY
           
static TransID GGZ_TRANS_LOGOUT_OK
           
static TransID GGZ_TRANS_LOGOUT_TRY
           
static TransID GGZ_TRANS_NET_ERROR
           
static TransID GGZ_TRANS_PROTO_ERROR
           
 
Method Summary
 StateID state_transition(StateID cur)
          Gets the next state that results from this transition.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GGZ_TRANS_CONN_TRY

public static final TransID GGZ_TRANS_CONN_TRY

GGZ_TRANS_CONN_OK

public static final TransID GGZ_TRANS_CONN_OK

GGZ_TRANS_CONN_FAIL

public static final TransID GGZ_TRANS_CONN_FAIL

GGZ_TRANS_LOGIN_TRY

public static final TransID GGZ_TRANS_LOGIN_TRY

GGZ_TRANS_LOGIN_OK

public static final TransID GGZ_TRANS_LOGIN_OK

GGZ_TRANS_LOGIN_FAIL

public static final TransID GGZ_TRANS_LOGIN_FAIL

GGZ_TRANS_ENTER_TRY

public static final TransID GGZ_TRANS_ENTER_TRY

GGZ_TRANS_ENTER_OK

public static final TransID GGZ_TRANS_ENTER_OK

GGZ_TRANS_ENTER_FAIL

public static final TransID GGZ_TRANS_ENTER_FAIL

GGZ_TRANS_LAUNCH_TRY

public static final TransID GGZ_TRANS_LAUNCH_TRY

GGZ_TRANS_LAUNCH_OK

public static final TransID GGZ_TRANS_LAUNCH_OK

GGZ_TRANS_LAUNCH_FAIL

public static final TransID GGZ_TRANS_LAUNCH_FAIL

GGZ_TRANS_JOIN_TRY

public static final TransID GGZ_TRANS_JOIN_TRY

GGZ_TRANS_JOIN_OK

public static final TransID GGZ_TRANS_JOIN_OK

GGZ_TRANS_JOIN_FAIL

public static final TransID GGZ_TRANS_JOIN_FAIL

GGZ_TRANS_LEAVE_TRY

public static final TransID GGZ_TRANS_LEAVE_TRY

GGZ_TRANS_LEAVE_OK

public static final TransID GGZ_TRANS_LEAVE_OK

GGZ_TRANS_LEAVE_FAIL

public static final TransID GGZ_TRANS_LEAVE_FAIL

GGZ_TRANS_LOGOUT_TRY

public static final TransID GGZ_TRANS_LOGOUT_TRY

GGZ_TRANS_LOGOUT_OK

public static final TransID GGZ_TRANS_LOGOUT_OK

GGZ_TRANS_NET_ERROR

public static final TransID GGZ_TRANS_NET_ERROR

GGZ_TRANS_PROTO_ERROR

public static final TransID GGZ_TRANS_PROTO_ERROR
Method Detail

toString

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

state_transition

public StateID state_transition(StateID cur)
Gets the next state that results from this transition.

Parameters:
cur -
Returns: