|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.webmacro.util.ThreadScheduler
Creates scheduling events at regular intervals by running a high priority thread which sleeps in a loop.
Constructor Summary | |
ThreadScheduler()
|
Method Summary | |
static void |
start(long interval)
Start scheduling thread events |
static void |
stop()
Stop scheduling thread events |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadScheduler()
Method Detail |
public static final void stop()
public static final void start(long interval)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |