Package PamUtils

Class DetectionMatchWorker

java.lang.Object
java.lang.Thread
PamUtils.DetectionMatchWorker
All Implemented Interfaces:
Runnable

public abstract class DetectionMatchWorker extends Thread
This is intended to be overridden by any class which wants to monitor the progress of a detection match.
Author:
Jamie Macaulay
  • Constructor Details

    • DetectionMatchWorker

      public DetectionMatchWorker()
  • Method Details

    • setMatchProgress

      public void setMatchProgress(int prog)
    • getMatchProgress

      public int getMatchProgress()
    • cancel

      public void cancel(boolean cancel)
    • isCancelled

      public boolean isCancelled()
    • isDone

      public boolean isDone()
    • setDone

      public void setDone(boolean done)