| DynamicCallable<T,R> |
Base class to implement the Callable with parameters.
|
| DynamicCallback<V,P,R> |
Callback to retrieve the result dynamically.
|
| DynamicConcurrent |
Executor class to manage or submit the asynchronous works.
|
| DynamicHandler<P,R> |
|
| DynamicResult<T> |
Base class to represent the result of a asynchronous work.
|
| DynamicResult.Error<T> |
The result class to represent the error.
|
| DynamicResult.Progress<T> |
The result class to represent the progress.
|
| DynamicResult.Success<T> |
The result class to represent the success.
|
| DynamicRunnable<T,P,R> |
Base class to receive the callback from an asynchronous work.
|
| DynamicTask<T,P,R> |
|