public class CreateRubberModelTask extends AbstractCreationTask implements ModelLoader.Callback
AbstractCreationTask.Callback_background, _callback, _mapView_context| Constructor and Description |
|---|
CreateRubberModelTask(MapView mapView,
RubberModelData model,
boolean background,
AbstractCreationTask.Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Boolean |
doInBackground(java.lang.Void... params) |
java.lang.String |
getFailMessage() |
protected java.lang.String |
getProgressMessage() |
protected int |
getProgressStages() |
protected void |
onCancelled() |
void |
onLoad(ModelInfo info,
Model model) |
protected void |
onPostExecute(java.lang.Object ret) |
void |
onProgress(int progress) |
isBackground, onPreExecuteonClick, onProgressUpdate, progress, progress, setProgressMessage, toastcancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, publishProgressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelledpublic CreateRubberModelTask(MapView mapView, RubberModelData model, boolean background, AbstractCreationTask.Callback callback)
protected java.lang.String getProgressMessage()
getProgressMessage in class ProgressTaskpublic java.lang.String getFailMessage()
getFailMessage in class AbstractCreationTaskprotected int getProgressStages()
getProgressStages in class ProgressTaskprotected void onCancelled()
onCancelled in class android.os.AsyncTask<java.lang.Void,java.lang.Integer,java.lang.Object>public void onProgress(int progress)
onProgress in interface ModelLoader.Callbackpublic void onLoad(ModelInfo info,
Model model)
onLoad in interface ModelLoader.Callbackprotected java.lang.Boolean doInBackground(java.lang.Void... params)
doInBackground in class AbstractCreationTaskprotected void onPostExecute(java.lang.Object ret)
onPostExecute in class AbstractCreationTask