EDU.oswego.cs.dl.util.concurrent

Class QueuedExecutor.RunLoop

Enclosing Class:
QueuedExecutor
Implemented Interfaces:
Runnable

protected class QueuedExecutor.RunLoop
extends java.lang.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()

Method Details

run

public void run()