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