|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.worker.StiSimpleWorker
public abstract class StiSimpleWorker
Simple thread worker Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiSimpleWorker()
|
|
| Method Summary | |
|---|---|
protected abstract void |
doInBackground()
Work the do in thread |
void |
execute()
Execute work in thread |
protected void |
finished()
Finally work |
void |
stop()
Interrupt thread |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiSimpleWorker()
| Method Detail |
|---|
protected abstract void doInBackground()
throws java.lang.Throwable
java.lang.Throwableprotected void finished()
public void execute()
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||