Uses of Package
org.apache.mina.statemachine.event
Packages that use org.apache.mina.statemachine.event
Package
Description
-
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachineClassDescriptionRepresents an event which typically corresponds to a method call on a proxy.Intercepts the
Eventarguments before theEventis passed to theStateMachineand allows for the arguments to be modified.Used byStateMachineProxyBuilderto createEventobjects when methods are invoked on the proxy. -
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachine.eventClassDescriptionRepresents an event which typically corresponds to a method call on a proxy.Used by
StateMachineProxyBuilderto createEventobjects when methods are invoked on the proxy.Defines all possible MINAIoFilterevents for use inIoFilterTransitionannotations.Defines all possible MINAIoHandlerevents for use inIoHandlerTransitionannotations. -
Classes in org.apache.mina.statemachine.event used by org.apache.mina.statemachine.transitionClassDescriptionRepresents an event which typically corresponds to a method call on a proxy.