Interface EngineFinishListener


  • public interface EngineFinishListener
    This interface can be used to notify that the execution of an engine (report) has been finished.
    Since:
    6.1
    • Method Detail

      • engineFinish

        void engineFinish​(EngineFinishEvent event)
        This method will be called if the execution process of the Engine has been finished. (see Engine.addFinishListener).
        Parameters:
        event - A description of the Engine.
        Since:
        6.1
      • updateProgress

        default void updateProgress​(int totalPercentageProgress)
        Updates the current progress to the specified values
        Parameters:
        totalPercentageProgress - the current total progress in percents.
        Since:
        17.0