Modifier and Type | Method and Description |
---|---|
State<T> |
FSM.onEvent(T stateful,
String event,
Object... parms) |
Modifier and Type | Method and Description |
---|---|
Object |
StatefulFSM.onEvent(String event,
Object... parms)
Pass an event to the FSM for a non-existent Stateful Entity.
|
Object |
FSMHarness.onEvent(String event,
Object[] parms) |
Object |
FSMHarness.onEvent(String event,
Object id,
Object[] parms) |
Object |
StatefulFSM.onEvent(T stateful,
String event,
Object... parms)
Pass an event to the FSM for existing Stateful Entity
|
Modifier and Type | Method and Description |
---|---|
Object |
StatefulFSMImpl.onEvent(String event,
Object... parms) |
Object |
FSMHarnessImpl.onEvent(String event,
Object[] parms) |
Object |
FSMHarnessImpl.onEvent(String event,
Object id,
Object[] parms) |
Object |
StatefulFSMImpl.onEvent(T stateful,
String event,
Object... parms) |
Modifier and Type | Method and Description |
---|---|
Object |
JPAFSMHarnessImpl.onEvent(String event,
Object id,
Object[] parms) |
Modifier and Type | Method and Description |
---|---|
State<T> |
FSM.onEvent(T stateful,
String event,
Object... args)
Process event.
|
Copyright © 2016. All rights reserved.