Class StiSimpleWorker

java.lang.Object
com.stimulsoft.base.worker.StiSimpleWorker

public abstract class StiSimpleWorker extends Object
Simple thread worker Copyright Stimulsoft
  • Constructor Details

    • StiSimpleWorker

      public StiSimpleWorker()
  • Method Details

    • doInBackground

      protected abstract void doInBackground() throws Throwable
      Work the do in thread
      Throws:
      Throwable
    • finished

      protected void finished()
      Finally work
    • execute

      public void execute()
      Execute work in thread
    • stop

      public void stop()
      Interrupt thread