Interface ActionExecutor

    • Method Detail

      • execute

        int execute​(Action action,
                    Event event)
        Executes a specified Action, given a triggering Event.
        Parameters:
        action - the Action to execute
        event - the Event that triggered the action
        Returns:
        an integer status corresponding to what happened as defined by public constants of EventService