Uses of Interface
org.apache.mina.statemachine.event.EventFactory
-
Packages that use EventFactory Package Description org.apache.mina.statemachine org.apache.mina.statemachine.event -
-
Uses of EventFactory in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as EventFactory Modifier and Type Field Description private EventFactoryStateMachineProxyBuilder. eventFactoryprivate EventFactoryStateMachineProxyBuilder.MethodInvocationHandler. eventFactoryMethods in org.apache.mina.statemachine with parameters of type EventFactory Modifier and Type Method Description StateMachineProxyBuilderStateMachineProxyBuilder. setEventFactory(EventFactory eventFactory)Sets theEventFactoryto be used.Constructors in org.apache.mina.statemachine with parameters of type EventFactory Constructor Description MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, java.lang.String name) -
Uses of EventFactory in org.apache.mina.statemachine.event
Classes in org.apache.mina.statemachine.event that implement EventFactory Modifier and Type Class Description classDefaultEventFactoryDefaultEventFactoryimplementation.
-