Uses of Interface
org.apache.mina.statemachine.event.EventArgumentsInterceptor

Packages that use EventArgumentsInterceptor
org.apache.mina.statemachine   
 

Uses of EventArgumentsInterceptor in org.apache.mina.statemachine
 

Methods in org.apache.mina.statemachine with parameters of type EventArgumentsInterceptor
static Object StateMachineProxyFactory.create(Class<?>[] ifaces, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory)
           
static
<T> T
StateMachineProxyFactory.create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor)
           
static
<T> T
StateMachineProxyFactory.create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory)
           
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.