public abstract class

CustomAsyncTask

extends AsyncTask<Params, Progress, Result>
java.lang.Object
   ↳ android.os.AsyncTask<Params, Progress, Result>
     ↳ com.pdftron.pdf.utils.CustomAsyncTask<Params, Progress, Result>
Known Direct Subclasses

Class Overview

A version of AsyncTask class that keeps a weak reference to the context, so the context can be accessed (if still alive).

Summary

[Expand]
Inherited Fields
From class android.os.AsyncTask
Public Constructors
CustomAsyncTask(Context context)
[Expand]
Inherited Methods
From class android.os.AsyncTask
From class java.lang.Object

Public Constructors

public CustomAsyncTask (Context context)