protected class CacheManager.CleaningTask extends CacheManager.CacheManagerTask
callback, mBB, mCtx, mGeoPoints, mProgressDialog, mZoomMax, mZoomMin, showUI
Constructor and Description |
---|
CleaningTask(Context pCtx,
BoundingBox pBB,
int pZoomMin,
int pZoomMax) |
Modifier and Type | Method and Description |
---|---|
protected int |
cleanArea()
Do the job.
|
protected Integer |
doInBackground(Object... params) |
protected void |
onPostExecute(Integer deleted) |
protected void |
onPreExecute() |
createProgressDialog, onProgressUpdate
public CleaningTask(Context pCtx, BoundingBox pBB, int pZoomMin, int pZoomMax)
protected void onPreExecute()
onPreExecute
in class CacheManager.CacheManagerTask
protected void onPostExecute(Integer deleted)
protected int cleanArea()