Interface IActionCompleteListener


  • public interface IActionCompleteListener
    The listener interface for receiving notification when a Component execution has completed.

    At the moment, all Component executions are synchronous, so the notification is sent as when the execution has truly completed. In the near future, when asynchronous executions are implemented, notification may be sent as soon as the execution has launched the asynchronous thread and has returned (in the case of an asynchronous execution).

    • Method Detail

      • actionComplete

        void actionComplete​(IRuntimeContext runtime)
        Invoked when a Component execution has completed
        Parameters:
        runtime - the runtime context associated with this action