Interface SettableFuture<V>

All Superinterfaces:
Future<V>
All Known Subinterfaces:
SettableRunnableFuture<V>
All Known Implementing Classes:
EDTRunnableFuture, SimpleFuture, SimpleRunnableFuture

public interface SettableFuture<V> extends Future<V>
A Future which provides methods for setting its result.
Since:
author Joel Uckelman, 3.2.0