public interface EventFactory
StateMachineProxyBuilder to create Event objects when
methods are invoked on the proxy.Event create(StateContext context, Method method, Object[] arguments)
Event from the specified method and method
arguments.context - the current StateContext.method - the method being invoked.args - the method arguments.Event object.Copyright © 2004–2013 Apache MINA Project. All rights reserved.