Class DynamicRunnable<T,P,R>

java.lang.Object
com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable<T,P,R>
Type Parameters:
T - The type of the params.
P - The type of the progress.
R - The type of the result.
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
DynamicTask

public abstract class DynamicRunnable<T,P,R> extends Object implements Runnable
Base class to receive the callback from an asynchronous work.