|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
Removed interface java.util.concurrent.Future.
Added interface com.google.common.util.concurrent.ListenableFuture.
| Added Methods | |
void addListener(Runnable, |
{@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. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||