|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.ihmc.utilities.thread.PeriodicWorker
public abstract class PeriodicWorker
Constructor Summary | |
---|---|
PeriodicWorker()
|
Method Summary | |
---|---|
void |
doWork()
|
abstract void |
doWorkCycle()
|
abstract java.lang.String |
getDescription()
|
boolean |
isStopped()
|
void |
requestStop()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeriodicWorker()
Method Detail |
---|
public abstract void doWorkCycle()
public abstract java.lang.String getDescription()
public void doWork()
public void requestStop()
public boolean isStopped()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |