public class TransID
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
StateID |
state_transition(StateID cur)
Gets the next state that results from this transition.
|
java.lang.String |
toString() |
public static final TransID GGZ_TRANS_CONN_TRY
public static final TransID GGZ_TRANS_CONN_OK
public static final TransID GGZ_TRANS_CONN_FAIL
public static final TransID GGZ_TRANS_LOGIN_TRY
public static final TransID GGZ_TRANS_LOGIN_OK
public static final TransID GGZ_TRANS_LOGIN_FAIL
public static final TransID GGZ_TRANS_ENTER_TRY
public static final TransID GGZ_TRANS_ENTER_OK
public static final TransID GGZ_TRANS_ENTER_FAIL
public static final TransID GGZ_TRANS_LAUNCH_TRY
public static final TransID GGZ_TRANS_LAUNCH_OK
public static final TransID GGZ_TRANS_LAUNCH_FAIL
public static final TransID GGZ_TRANS_JOIN_TRY
public static final TransID GGZ_TRANS_JOIN_OK
public static final TransID GGZ_TRANS_JOIN_FAIL
public static final TransID GGZ_TRANS_LEAVE_TRY
public static final TransID GGZ_TRANS_LEAVE_OK
public static final TransID GGZ_TRANS_LEAVE_FAIL
public static final TransID GGZ_TRANS_LOGOUT_TRY
public static final TransID GGZ_TRANS_LOGOUT_OK
public static final TransID GGZ_TRANS_NET_ERROR
public static final TransID GGZ_TRANS_PROTO_ERROR