class ImageryLayerInfo.DefaultEntryLoader extends PleaseWaitRunnable
Modifier and Type | Field and Description |
---|---|
private boolean |
canceled |
private boolean |
clearCache |
private boolean |
fastFail |
private java.util.List<ImageryInfo> |
newLayers |
private ImageryReader |
reader |
progressMonitor
Constructor and Description |
---|
DefaultEntryLoader(boolean clearCache,
boolean fastFail) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancel()
User pressed cancel button.
|
protected void |
finish()
Finish up the data work.
|
protected void |
loadSource(java.lang.String source) |
protected void |
realRun()
Called in the worker thread to do the actual work.
|
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run
private final boolean clearCache
private final boolean fastFail
private final java.util.List<ImageryInfo> newLayers
private ImageryReader reader
private boolean canceled
DefaultEntryLoader(boolean clearCache, boolean fastFail)
protected void cancel()
PleaseWaitRunnable
cancel
in class PleaseWaitRunnable
protected void realRun()
PleaseWaitRunnable
realRun
in class PleaseWaitRunnable
protected void loadSource(java.lang.String source)
protected void finish()
PleaseWaitRunnable
finish
in class PleaseWaitRunnable