Uses of Interface
org.apache.mina.statemachine.event.EventArgumentsInterceptor
Packages that use EventArgumentsInterceptor
-
Uses of EventArgumentsInterceptor in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as EventArgumentsInterceptorModifier and TypeFieldDescriptionprivate EventArgumentsInterceptorStateMachineProxyBuilder.interceptorprivate final EventArgumentsInterceptorStateMachineProxyBuilder.MethodInvocationHandler.interceptorMethods in org.apache.mina.statemachine with parameters of type EventArgumentsInterceptorModifier and TypeMethodDescriptionStateMachineProxyBuilder.setEventArgumentsInterceptor(EventArgumentsInterceptor interceptor) Sets theEventArgumentsInterceptorto be used.Constructors in org.apache.mina.statemachine with parameters of type EventArgumentsInterceptorModifierConstructorDescriptionMethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, String name)