Generated by
JDiff

Class com.google.common.util.concurrent.AbstractFuture

Removed interface java.util.concurrent.Future.
Added interface com.google.common.util.concurrent.ListenableFuture.

Added Methods
void addListener(Runnable, Executor) {@inheritDoc}
void interruptTask() Subclasses can override this method to implement interruption of the future's computation.
 

Changed Methods
boolean cancel() Now deprecated.
Most implementations will be satisfied with the default implementation of {@link #cancel(boolean)} and not need to call this method at all.