Interface PageEventListener

    • Method Detail

      • pageStarted

        void pageStarted​(ReportEvent event)
        Receives notification that a new page is being started.
        Parameters:
        event - The event.
      • pageFinished

        void pageFinished​(ReportEvent event)
        Receives notification that a page is completed.
        Parameters:
        event - The event.