com.stimulsoft.base.worker
Class StiSimpleWorker

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

public abstract class StiSimpleWorker
extends java.lang.Object

Simple thread worker Copyright Stimulsoft


Constructor Summary
StiSimpleWorker()
           
 
Method Summary
 void execute()
          Execute work in thread
 void stop()
          Interrupt thread
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiSimpleWorker

public StiSimpleWorker()
Method Detail

execute

public void execute()
Execute work in thread


stop

public void stop()
Interrupt thread