public abstract class AlxAsynTask<Params,Progress,Result> extends android.os.AsyncTask<Params,Progress,Result>
android.os.AsyncTask.Status
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
AlxAsynTask()
void
executeDependSDK(Params... params)
cancel, doInBackground, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPostExecute, onPreExecute, onProgressUpdate, publishProgress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AlxAsynTask()
public void executeDependSDK(Params... params)