Package org.apache.mina.statemachine.event
-
Interface Summary Interface Description EventArgumentsInterceptor Intercepts theEventarguments before theEventis passed to theStateMachineand allows for the arguments to be modified.EventFactory Used byStateMachineProxyBuilderto createEventobjects when methods are invoked on the proxy. -
Class Summary Class Description DefaultEventFactory DefaultEventFactoryimplementation.Event Represents an event which typically corresponds to a method call on a proxy. -
Enum Summary Enum Description IoFilterEvents Defines all possible MINAIoFilterevents for use inIoFilterTransitionannotations.IoHandlerEvents Defines all possible MINAIoHandlerevents for use inIoHandlerTransitionannotations. -
Exception Summary Exception Description UnhandledEventException Thrown when anEventpassed to a state machine couldn't be handled.