Package VASSAL.tools.swing
Class EDT
java.lang.Object
VASSAL.tools.swing.EDT
A cover for the
ExecutorService
which submits to the Event
Dispatch Thread.- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static ExecutorService
static Future
<?> static <T> Future
<T> static <T> Future
<T> static <T> EDTRunnableFuture
<T> submit
(EDTRunnableFuture<T> task)
-
Constructor Details
-
EDT
protected EDT()
-
-
Method Details
-
getInstance
-
submit
-
submit
-
submit
-
submit
-
execute
-