public class FsmStructureListenerType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_STATE |
static int |
ADD_TRANSITION |
static int |
BIND_EVENT |
static int |
FSM_STRUCTURE_LISTENER_NUM |
static int |
GET_FSM_STRUCTURE |
static int |
REMOVE_STATE |
static int |
REMOVE_TRANSITION |
static int |
SET_FSM_STRUCTURE |
static int |
UNBIND_EVENT |
| Constructor and Description |
|---|
FsmStructureListenerType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Convert FsmStructureListenerType into the string.
|
public static final int SET_FSM_STRUCTURE
public static final int GET_FSM_STRUCTURE
public static final int ADD_STATE
public static final int REMOVE_STATE
public static final int ADD_TRANSITION
public static final int REMOVE_TRANSITION
public static final int BIND_EVENT
public static final int UNBIND_EVENT
public static final int FSM_STRUCTURE_LISTENER_NUM
public static java.lang.String toString(int type)
Convert FsmStructureListenerType into the string.
type -
The target FsmStructureListenerType for transformation