-
- All Implemented Interfaces:
-
java.lang.Runnable
public final class WaitRunnable implements Runnable
-
-
Constructor Summary
Constructors Constructor Description WaitRunnable(Runnable run)
-
Method Summary
Modifier and Type Method Description synchronized voidwaitUntilDone()synchronized voidrun()-
-
Constructor Detail
-
WaitRunnable
WaitRunnable(Runnable run)
-
-
Method Detail
-
waitUntilDone
synchronized void waitUntilDone()
-
run
synchronized void run()
-
-
-
-