Class EolExecutorThread

java.lang.Object
java.lang.Thread
org.eclipse.epsilon.eol.execute.concurrent.EolExecutorThread
All Implemented Interfaces:
Runnable

public class EolExecutorThread extends Thread
Used to identify threads used in executing EOL. Can have an associated "finally" block in the form of a Runnable which is executed before the thread terminates.
Since:
1.6
Author:
Sina Madani
  • Field Details

  • Constructor Details

    • EolExecutorThread

      public EolExecutorThread(Runnable target, String name)
  • Method Details

    • setTerminationHandler

      public void setTerminationHandler(Runnable fin)
    • run

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