Package com.pranavpandey.android.dynamic.util.concurrent
package com.pranavpandey.android.dynamic.util.concurrent
-
ClassDescriptionDynamicCallable<T,
R> Base class to implement theCallable
with parameters.DynamicCallback<V,P, R> Callback to retrieve the result dynamically.Executor class to manage or submit the asynchronous works.The executor interface to provide concurrent functionality.DynamicHandler<P,R> AHandler
to handle updates from theDynamicTask
.Base class to represent the result of a asynchronous work.The result class to represent the error.The result class to represent the progress.The result class to represent the success.DynamicRunnable<T,P, R> Base class to receive the callback from an asynchronous work.Status constants to represent a asynchronous operation.DynamicTask<T,P, R> Base class to representRunnable
according to theDynamicRunnable
.