Interface ExecutionEventListener


  • public interface ExecutionEventListener
    Execution event listener.
    Author:
    tom.fennelly@gmail.com
    See Also:
    ExecutionContext#setEventListener(ExecutionEventListener)
    • Method Detail

      • onEvent

        void onEvent​(ExecutionEvent executionEvent)
        Receive execution event.
        Parameters:
        executionEvent - Execution event.