All Packages Class Hierarchy This Package Previous Next Index
Class org.webmacro.util.ThreadScheduler
java.lang.Object
|
+----org.webmacro.util.ThreadScheduler
- public final class ThreadScheduler
- extends Object
Creates scheduling events at regular intervals by running a high
priority thread which sleeps in a loop.
-
ThreadScheduler()
-
-
start(long)
- Start scheduling thread events
-
stop()
- Stop scheduling thread events
ThreadScheduler
public ThreadScheduler()
stop
public static final void stop()
- Stop scheduling thread events
start
public static final void start(long interval)
- Start scheduling thread events
All Packages Class Hierarchy This Package Previous Next Index