Generated by
JDiff

Package org.springframework.core.task

Added Interfaces
AsyncListenableTaskExecutor Extension of the AsyncTaskExecutor interface, adding the capability to submit tasks for ListenableFutures.
 

Changed Classes
SimpleAsyncTaskExecutor TaskExecutor implementation that fires up a new Thread for each task, executing it asynchronously.