Package EDU.oswego.cs.dl.util.concurrent
Class ClockDaemon.RunLoop
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ClockDaemon.RunLoop
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ClockDaemon
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 is not supported.
-
Constructor Summary
Constructors -
Method Summary