Classes in net.sourceforge.groboutils.util.thread.v1 used by net.sourceforge.groboutils.util.thread.v1
IObjectListener
|
LoopThread
For threads which loop endlessly (which is a common thing), this
class implements the pause, start, and stop routines since JDK 1.2
deprecated theirs. |
QueueThread
For threads which endlessly process events from a SynchQueue. |
TimedProcess
A Utility to run a task in a thread, and to kill it if the thread runs
too long. |
TimedProcess.RunnableKiller
Implement this interface to have your own method for killing the
runner and thread. |
|