Class Java14RepaginateAndPrintExportTask

  • All Implemented Interfaces:
    Runnable

    public class Java14RepaginateAndPrintExportTask
    extends Object
    implements Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      Java14RepaginateAndPrintExportTask​(org.pentaho.reporting.engine.classic.core.MasterReport job, org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressDialog progressListener, org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener statusListener)  
    • Constructor Detail

      • Java14RepaginateAndPrintExportTask

        public Java14RepaginateAndPrintExportTask​(org.pentaho.reporting.engine.classic.core.MasterReport job,
                                                  org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressDialog progressListener,
                                                  org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener statusListener)
    • Method Detail

      • run

        public void run()
        When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

        The general contract of the method run is that it may take any action whatsoever.

        Specified by:
        run in interface Runnable
        See Also:
        Thread.run()