Uses of Interface
org.apache.mina.statemachine.event.EventArgumentsInterceptor
-
Packages that use EventArgumentsInterceptor Package Description org.apache.mina.statemachine -
-
Uses of EventArgumentsInterceptor in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as EventArgumentsInterceptor Modifier and Type Field Description private EventArgumentsInterceptorStateMachineProxyBuilder. interceptorprivate EventArgumentsInterceptorStateMachineProxyBuilder.MethodInvocationHandler. interceptorMethods in org.apache.mina.statemachine with parameters of type EventArgumentsInterceptor Modifier and Type Method Description StateMachineProxyBuilderStateMachineProxyBuilder. setEventArgumentsInterceptor(EventArgumentsInterceptor interceptor)Sets theEventArgumentsInterceptorto be used.Constructors in org.apache.mina.statemachine with parameters of type EventArgumentsInterceptor Constructor Description MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, java.lang.String name)
-