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
static
final
Executor |
SERIAL_EXECUTOR |
|
public
static
final
Executor |
THREAD_POOL_EXECUTOR |
|
|
[Expand]
Inherited Methods |
From class
android.os.AsyncTask
final
boolean
|
cancel(boolean arg0)
|
final
AsyncTask<Params, Progress, Result>
|
execute(Params... arg0)
|
static
void
|
execute(Runnable arg0)
|
final
AsyncTask<Params, Progress, Result>
|
executeOnExecutor(Executor arg0, Params... arg1)
|
final
Result
|
get(long arg0, TimeUnit arg1)
|
final
Result
|
get()
|
final
AsyncTask.Status
|
getStatus()
|
final
boolean
|
isCancelled()
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
CustomAsyncTask
(Context context)