Generated by
JDiff

Package org.springframework.util.concurrent

Added Classes and Interfaces
FailureCallback Defines the contract for failure callbacks that accept the result of a ListenableFuture.
SettableListenableFuture A ListenableFuture whose value can be set via .set(Object) or .setException(Throwable).
SuccessCallback Defines the contract for success callbacks that accept the result of a ListenableFuture.
 

Changed Classes and Interfaces
ListenableFuture Extends the Future interface with the capability to accept completion callbacks.
ListenableFutureAdapter Abstract class that adapts a ListenableFuture parameterized over S into a {@code ListenableFuture} parameterized over T.
ListenableFutureCallback Defines the contract for callbacks that accept the result of a ListenableFuture.
ListenableFutureCallbackRegistry Registry for ListenableFutureCallback instances.
ListenableFutureTask Extension of FutureTask that implements ListenableFuture.