Uses of Package
org.apache.mina.statemachine.event
-
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachine Class Description Event Represents an event which typically corresponds to a method call on a proxy.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. -
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachine.annotation Class Description IoFilterEvents Defines all possible MINAIoFilterevents for use inIoFilterTransitionannotations.IoHandlerEvents Defines all possible MINAIoHandlerevents for use inIoHandlerTransitionannotations. -
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachine.event Class Description Event Represents an event which typically corresponds to a method call on a proxy.EventFactory Used byStateMachineProxyBuilderto createEventobjects when methods are invoked on the proxy.IoFilterEvents Defines all possible MINAIoFilterevents for use inIoFilterTransitionannotations.IoHandlerEvents Defines all possible MINAIoHandlerevents for use inIoHandlerTransitionannotations. -
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachine.transition Class Description Event Represents an event which typically corresponds to a method call on a proxy.