接口 | 说明 |
---|---|
EventArgumentsInterceptor |
Intercepts the
Event arguments before the Event is passed
to the StateMachine and allows for the arguments to be modified. |
EventFactory |
Used by
StateMachineProxyBuilder to create Event objects when
methods are invoked on the proxy. |
类 | 说明 |
---|---|
DefaultEventFactory |
Default
EventFactory implementation. |
Event |
Represents an event which typically corresponds to a method call on a proxy.
|
枚举 | 说明 |
---|---|
IoFilterEvents |
Defines all possible MINA
IoFilter events for use in IoFilterTransition
annotations. |
IoHandlerEvents |
Defines all possible MINA
IoHandler events for use in IoHandlerTransition
annotations. |
异常错误 | 说明 |
---|---|
UnhandledEventException |
Thrown when an
Event passed to a state machine couldn't be handled. |