public class DefaultEventFactory extends Object implements EventFactory
EventFactory implementation. Uses the method's name as
event id.| Constructor and Description |
|---|
DefaultEventFactory() |
public Event create(StateContext context, Method method, Object[] arguments)
EventFactoryEvent from the specified method and method
arguments.create in interface EventFactorycontext - the current StateContext.method - the method being invoked.Event object.Copyright © 2004-2014 Apache MINA Project. All Rights Reserved.