Uses of Package
net.sourceforge.groboutils.util.thread.v1

Packages that use net.sourceforge.groboutils.util.thread.v1
net.sourceforge.groboutils.util.thread.v1 A collection of classes to aid in speeding the development of threaded applications. 
 

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.
 



Copyright © 2001-2003 by The GroboUtils Project