Class SearchTimer.RunLoop

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    SearchTimer

    protected class SearchTimer.RunLoop
    extends Object
    implements Runnable
    The run loop 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 Detail

      • RunLoop

        protected RunLoop()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable