Class ClockDaemon.RunLoop

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    ClockDaemon

    protected class ClockDaemon.RunLoop
    extends java.lang.Object
    implements java.lang.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 is not supported.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RunLoop()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunLoop

        protected RunLoop()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable