Generated by
JDiff

Class org.springframework.scheduling.annotation.AsyncResult

Removed interface java.util.concurrent.Future.
Added interface org.springframework.util.concurrent.ListenableFuture.

Added Methods
void addCallback(ListenableFutureCallback<? super V>)  
void addCallback(SuccessCallback<?, super, V>, FailureCallback)