Interface ExecutionListener

  • All Known Implementing Classes:
    DefaultExecutionListener

    public interface ExecutionListener
    Author:
    Geoffroy Jamgotchian
    • Method Detail

      • onExecutionStart

        void onExecutionStart​(int fromExecutionIndex,
                              int toExecutionIndex)
      • onExecutionCompletion

        void onExecutionCompletion​(int executionIndex)