Class EDTRunnableFuture<V>

java.lang.Object
Type Parameters:
V - the result type returned by the method
All Implemented Interfaces:
Runnable, Future<V>, RunnableFuture<V>, SettableFuture<V>, SettableRunnableFuture<V>

public abstract class EDTRunnableFuture<V> extends SimpleRunnableFuture<V>
A {link RunnableFuture} for use on the Event Dispatch Thread.
Since:
3.2.0
Author:
Joel Uckelman