Class DynamicHandler<P,R>

java.lang.Object
android.os.Handler
com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler<P,R>
Type Parameters:
P - The type of the progress.
R - The type of the result.

public class DynamicHandler<P,R> extends Handler
A Handler to handle updates from the DynamicTask.
See Also: