|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |