Interface EventFactory

    • Method Detail

      • create

        Event create​(StateContext context,
                     Method method,
                     Object[] arguments)
        Creates a new Event from the specified method and method arguments.
        Parameters:
        context - the current StateContext.
        method - the method being invoked.
        arguments - the method arguments.
        Returns:
        the Event object.