
public static class CacheManager.CacheManagerTask extends AsyncTask<Object,Integer,Integer>
AsyncTask.StatusSERIAL_EXECUTOR, THREAD_POOL_EXECUTOR| Constructor and Description |
|---|
CacheManagerTask(CacheManager pManager,
CacheManager.CacheManagerAction pAction,
ArrayList<GeoPoint> pGeoPoints,
int pZoomMin,
int pZoomMax) |
CacheManagerTask(CacheManager pManager,
CacheManager.CacheManagerAction pAction,
BoundingBox pBB,
int pZoomMin,
int pZoomMax) |
CacheManagerTask(CacheManager pManager,
CacheManager.CacheManagerAction pAction,
List<Long> pTiles,
int pZoomMin,
int pZoomMax) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallback(CacheManager.CacheManagerCallback pCallback) |
protected Integer |
doInBackground(Object... params) |
protected void |
onCancelled() |
protected void |
onPostExecute(Integer specialCount) |
protected void |
onPreExecute() |
protected void |
onProgressUpdate(Integer... count) |
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, publishProgresspublic CacheManagerTask(CacheManager pManager, CacheManager.CacheManagerAction pAction, List<Long> pTiles, int pZoomMin, int pZoomMax)
public CacheManagerTask(CacheManager pManager, CacheManager.CacheManagerAction pAction, ArrayList<GeoPoint> pGeoPoints, int pZoomMin, int pZoomMax)
public CacheManagerTask(CacheManager pManager, CacheManager.CacheManagerAction pAction, BoundingBox pBB, int pZoomMin, int pZoomMax)
public void addCallback(CacheManager.CacheManagerCallback pCallback)
protected void onPreExecute()
onPreExecute in class AsyncTask<Object,Integer,Integer>protected void onProgressUpdate(Integer... count)
onProgressUpdate in class AsyncTask<Object,Integer,Integer>protected void onCancelled()
onCancelled in class AsyncTask<Object,Integer,Integer>protected void onPostExecute(Integer specialCount)
onPostExecute in class AsyncTask<Object,Integer,Integer>