|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |