Package 

Class WaitRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public final class WaitRunnable
     implements Runnable
                        
    • Method Summary

      Modifier and Type Method Description
      synchronized void waitUntilDone()
      synchronized void run()
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

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

      • WaitRunnable

        WaitRunnable(Runnable run)