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

Packages that use EventFactory
org.apache.mina.statemachine   
org.apache.mina.statemachine.event   
 

Uses of EventFactory in org.apache.mina.statemachine
 

Methods in org.apache.mina.statemachine with parameters of type EventFactory
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, EventFactory eventFactory)
           
 

Uses of EventFactory in org.apache.mina.statemachine.event
 

Classes in org.apache.mina.statemachine.event that implement EventFactory
 class DefaultEventFactory
          Default EventFactory implementation.
 



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