Package org.apache.mina.statemachine.event
package org.apache.mina.statemachine.event
-
ClassDescriptionDefault
EventFactoryimplementation.Represents an event which typically corresponds to a method call on a proxy.Intercepts theEventarguments before theEventis passed to theStateMachineand allows for the arguments to be modified.Used byStateMachineProxyBuilderto createEventobjects when methods are invoked on the proxy.Defines all possible MINAIoFilterevents for use inIoFilterTransitionannotations.Defines all possible MINAIoHandlerevents for use inIoHandlerTransitionannotations.Thrown when anEventpassed to a state machine couldn't be handled.