ggz.client.core
Class TransID
java.lang.Object
ggz.client.core.TransID
public class TransID
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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: