|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoopThread | |
net.groboclown.gui.timeBoundPaint.v1 | A framework for allowing a separate thread to paint an image, with a maximum amount of time the thread can dedicate per image. |
net.groboclown.util.thread.v1 | A collection of classes to aid in speeding the development of threaded applications. |
Uses of LoopThread in net.groboclown.gui.timeBoundPaint.v1 |
Fields in net.groboclown.gui.timeBoundPaint.v1 declared as LoopThread | |
private LoopThread |
TimeBoundPainter.lt
|
private LoopThread |
ThreadPainter.lt
|
Uses of LoopThread in net.groboclown.util.thread.v1 |
Subclasses of LoopThread in net.groboclown.util.thread.v1 | |
class |
QueueThread
For threads which endlessly process events from a SynchQueue. |
Fields in net.groboclown.util.thread.v1 declared as LoopThread | |
private LoopThread |
IOThreadRunner.lt
|
Methods in net.groboclown.util.thread.v1 that return LoopThread | |
LoopThread |
IOThreadRunner.getThread()
Retrieves the LoopThread instance that manages the operation. |
Constructors in net.groboclown.util.thread.v1 with parameters of type LoopThread | |
IOThreadRunner(LoopThread lt,
InputStream is,
OutputStream os)
Create a new ThreadRunner, re-routing is data into the os stream, but uses the initialization of the given LoopThread. |
|
LoopThread.LoopRunnable()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |