com.google.common.util.concurrent
Class AbstractListenableFuture<V>
java.lang.Object
com.google.common.util.concurrent.AbstractFuture<V>
com.google.common.util.concurrent.AbstractListenableFuture<V>
- All Implemented Interfaces:
- ListenableFuture<V>, Future<V>
Deprecated. Use AbstractFuture
. This class is scheduled for deletion from Guava in
Guava release 11.0.
@Beta
@Deprecated
public abstract class AbstractListenableFuture<V>
- extends AbstractFuture<V>
Legacy location of AbstractFuture
.
- Since:
- 1.0
- Author:
- Sven Mawson
Methods inherited from class com.google.common.util.concurrent.AbstractFuture |
addListener, cancel, cancel, done, get, get, interruptTask, isCancelled, isDone, set, setException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractListenableFuture
public AbstractListenableFuture()
- Deprecated.
Copyright © 2010-2011. All Rights Reserved.