Package boofcv.io

Class ProgressMonitorThread

java.lang.Object
java.lang.Thread
boofcv.io.ProgressMonitorThread
All Implemented Interfaces:
Runnable

public abstract class ProgressMonitorThread extends Thread
Thread that pools and updates the progress periodically in a ProgressMonitor.
  • Field Details

  • Constructor Details

    • ProgressMonitorThread

      protected ProgressMonitorThread(ProgressMonitor monitor)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • doRun

      public abstract void doRun()
    • stopThread

      public void stopThread()