public class FsmProfileListenerType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_FSM_STATE |
static int |
ADD_FSM_TRANSITION |
static int |
BIND_FSM_EVENT |
static int |
FSM_PROFILE_LISTENER_NUM |
static int |
GET_FSM_PROFILE |
static int |
REMOVE_FSM_STATE |
static int |
REMOVE_FSM_TRANSITION |
static int |
SET_FSM_PROFILE |
static int |
UNBIND_FSM_EVENT |
| Constructor and Description |
|---|
FsmProfileListenerType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Convert FsmProfileListenerType into the string.
|
public static final int SET_FSM_PROFILE
public static final int GET_FSM_PROFILE
public static final int ADD_FSM_STATE
public static final int REMOVE_FSM_STATE
public static final int ADD_FSM_TRANSITION
public static final int REMOVE_FSM_TRANSITION
public static final int BIND_FSM_EVENT
public static final int UNBIND_FSM_EVENT
public static final int FSM_PROFILE_LISTENER_NUM