public class PreFsmActionListenerType
extends java.lang.Object
PreFsmActionListener 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 |
PRE_FSM_ACTION_LISTENER_NUM |
static int |
PRE_ON_DO |
static int |
PRE_ON_ENTRY |
static int |
PRE_ON_EXIT |
static int |
PRE_ON_INIT |
static int |
PRE_ON_STATE_CHANGE |
| Constructor and Description |
|---|
PreFsmActionListenerType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Convert PreFsmActionListenerType into the string.
|
public static final int PRE_ON_INIT
public static final int PRE_ON_ENTRY
public static final int PRE_ON_DO
public static final int PRE_ON_EXIT
public static final int PRE_ON_STATE_CHANGE
public static final int PRE_FSM_ACTION_LISTENER_NUM
public static java.lang.String toString(int type)
Convert PreFsmActionListenerType into the string.
type -
The target PreFsmActionListenerType for transformation