Interface ReportProgressListener

    • Method Detail

      • reportProcessingStarted

        void reportProcessingStarted​(ReportProgressEvent event)
        Receives a notification that the report processing has started.
        Parameters:
        event - the start event.
      • reportProcessingUpdate

        void reportProcessingUpdate​(ReportProgressEvent event)
        Receives a notification that the report processing made some progress.
        Parameters:
        event - the update event.
      • reportProcessingFinished

        void reportProcessingFinished​(ReportProgressEvent event)
        Receives a notification that the report processing was finished.
        Parameters:
        event - the finish event.