Used by
StateMachineProxyFactory to create
Event objects when
methods are invoked on the proxy.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 586090 $, $Date: 2007-10-18 13:12:08 -0600 (Thu, 18 Oct 2007) $
create(StateContext context, Method method, Object[] arguments) Creates a new
Event from the specified method and method
arguments.
Parameters: context - the current StateContext. Parameters: method - the method being invoked. Parameters: args - the method arguments.
Creates a new
Event from the specified method and method
arguments.
Parameters: context - the current StateContext. Parameters: method - the method being invoked. Parameters: args - the method arguments. the Event object.