Class PlainActionFuture<T>

java.lang.Object
All Implemented Interfaces:
java.util.concurrent.Future<T>, ActionFuture<T>, ActionListener<T>

public class PlainActionFuture<T>
extends AdapterActionFuture<T,​T>