Interface ExecutionListener

All Known Implementing Classes:
DefaultExecutionListener

public interface ExecutionListener
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • onExecutionStart

      void onExecutionStart(int fromExecutionIndex, int toExecutionIndex)
    • onExecutionCompletion

      void onExecutionCompletion(int executionIndex)
    • onEnd

      void onEnd(ExecutionReport report)