com.google.common.util.concurrent
Class AbstractListenableFuture<V>

java.lang.Object
  extended by com.google.common.util.concurrent.AbstractFuture<V>
      extended by 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

Constructor Summary
AbstractListenableFuture()
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

AbstractListenableFuture

public AbstractListenableFuture()
Deprecated. 


Copyright © 2010-2011. All Rights Reserved.