class ChildRelationBrowser.DownloadRelationSetTask extends ChildRelationBrowser.DownloadTask
Modifier and Type | Field and Description |
---|---|
private Set<Relation> |
relations |
canceled, conflictsCount, lastException
progressMonitor
Constructor and Description |
---|
DownloadRelationSetTask(Dialog parent,
Set<Relation> relations) |
Modifier and Type | Method and Description |
---|---|
protected void |
mergeDataSet(DataSet dataSet) |
protected void |
realRun()
Called in the worker thread to do the actual work.
|
cancel, finish, refreshView
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run
DownloadRelationSetTask(Dialog parent, Set<Relation> relations)
protected void mergeDataSet(DataSet dataSet)
protected void realRun() throws SAXException, IOException, OsmTransferException
PleaseWaitRunnable
realRun
in class PleaseWaitRunnable
SAXException
- if a SAX error occursIOException
- if an I/O error occursOsmTransferException
- if a communication error with the OSM server occurs