EDU.oswego.cs.dl.util.concurrent
Class QueuedExecutor.RunLoop
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor.RunLoop
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- QueuedExecutor
- protected class QueuedExecutor.RunLoop
- extends Object
- implements Runnable
The runloop is isolated in its own Runnable class
just so that the main
class need not implement Runnable, which would
allow others to directly invoke run, which would
never make sense here.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueuedExecutor.RunLoop
protected QueuedExecutor.RunLoop()
run
public void run()
- Specified by:
run
in interface Runnable