Class ContextThread

java.lang.Object
java.lang.Thread
overit.geocall.util.ContextThread
All Implemented Interfaces:
Runnable

public class ContextThread extends Thread implements Runnable
  • Field Details

  • Constructor Details

    • ContextThread

      public ContextThread(Runnable r, ThreadGroup tg)
      Allocates a new ContextThread object.
      Parameters:
      r - the object whose run method is invoked when this thread is started. If null, this thread's run method is invoked.
      tg - the thread group.
  • Method Details

    • run

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

      public void setSuccessfulCompleteHandler(SuccessfulCompleteHandler successfulCompleteHandler)