| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.event |
| Modifier and Type | Field and Description |
|---|---|
private EventFactory |
StateMachineProxyBuilder.eventFactory |
private EventFactory |
StateMachineProxyBuilder.MethodInvocationHandler.eventFactory |
| Modifier and Type | Method and Description |
|---|---|
StateMachineProxyBuilder |
StateMachineProxyBuilder.setEventFactory(EventFactory eventFactory)
Sets the
EventFactory to be used. |
| Constructor and Description |
|---|
MethodInvocationHandler(StateMachine sm,
StateContextLookup contextLookup,
EventArgumentsInterceptor interceptor,
EventFactory eventFactory,
boolean ignoreUnhandledEvents,
boolean ignoreStateContextLookupFailure,
java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventFactory
Default
EventFactory implementation. |