Uses of Class
net.sourceforge.groboutils.util.thread.v1.LoopThread

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

Uses of LoopThread in net.sourceforge.groboutils.util.thread.v1
 

Subclasses of LoopThread in net.sourceforge.groboutils.util.thread.v1
 class QueueThread
          For threads which endlessly process events from a SynchQueue.
 

Methods in net.sourceforge.groboutils.util.thread.v1 that return LoopThread
 LoopThread IOThreadRunner.getThread()
          Retrieves the LoopThread instance that manages the operation.
 

Constructors in net.sourceforge.groboutils.util.thread.v1 with parameters of type LoopThread
IOThreadRunner(LoopThread lt, java.io.InputStream is, java.io.OutputStream os)
          Create a new ThreadRunner, re-routing is data into the os stream, but uses the initialization of the given LoopThread.
 



Copyright © 2001-2003 by The GroboUtils Project