public class PostFsmActionListenerType
extends java.lang.Object
PostFsmActionListener has the following hook points. If these listeners are actually called or not called are depends on FSM implementations.
| Modifier and Type | Field and Description |
|---|---|
static int |
POST_FSM_ACTION_LISTENER_NUM |
static int |
POST_ON_DO |
static int |
POST_ON_ENTRY |
static int |
POST_ON_EXIT |
static int |
POST_ON_INIT |
static int |
POST_ON_STATE_CHANGE |
| Constructor and Description |
|---|
PostFsmActionListenerType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Convert PostFsmActionListenerType into the string.
|
public static final int POST_ON_INIT
public static final int POST_ON_ENTRY
public static final int POST_ON_DO
public static final int POST_ON_EXIT
public static final int POST_ON_STATE_CHANGE
public static final int POST_FSM_ACTION_LISTENER_NUM
public static java.lang.String toString(int type)
Convert PostFsmActionListenerType into the string.
type -
The target PostFsmActionListenerType for transformation