Class AutomaticOrbitCorrectionOperator.OperatorThread

java.lang.Object
java.lang.Thread
org.scictrl.mp.orbitcorrect.correction.automatic.AutomaticOrbitCorrectionOperator.OperatorThread
All Implemented Interfaces:
Runnable
Enclosing class:
AutomaticOrbitCorrectionOperator

public class AutomaticOrbitCorrectionOperator.OperatorThread extends Thread
Thread that can be terminated.
  • Constructor Details

    • OperatorThread

      public OperatorThread(Runnable run)
      Constructor.
      Parameters:
      run - Runnable
  • Method Details

    • run

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

      public void expire()
      Terminates thread gracefully.