Package VASSAL.tools.concurrent
Interface SettableRunnableFuture<V>
- All Superinterfaces:
Future<V>,Runnable,RunnableFuture<V>,SettableFuture<V>
- All Known Implementing Classes:
EDTRunnableFuture,SimpleRunnableFuture
public interface SettableRunnableFuture<V> extends SettableFuture<V>, RunnableFuture<V>
A
SettableFuture that is a RunnableFuture.-
Method Summary
Methods inherited from interface java.util.concurrent.RunnableFuture
runMethods inherited from interface VASSAL.tools.concurrent.SettableFuture
set, setException