-
Method Summary
| Modifier and Type |
Method |
Description |
static void |
wait(Future<?> future) |
Deprecated.
Waits on a Future to complete.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
wait
public static void wait(
Future<?> future)
Deprecated.
Waits on a
Future to complete.
- Parameters:
future - the Future on which to wait
VASSAL.tools.concurrentpackage.