abstract class AbstractChangesetDownloadTask.RunnableDownloadTask extends PleaseWaitRunnable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Changeset> |
downloadedChangesets
the set of downloaded changesets
|
protected java.lang.Exception |
lastException
keeps the last exception thrown in the task, if any
|
protected OsmServerChangesetReader |
reader
the reader object used to read changesets from the API
|
progressMonitor| Constructor and Description |
|---|
RunnableDownloadTask(java.awt.Component parent,
java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel()
User pressed cancel button.
|
protected void |
rememberLastException(java.lang.Exception e) |
protected void |
updateChangesets() |
afterFinish, canRunInBackground, finish, getProgressMonitor, operationCanceled, realRun, runprotected final OsmServerChangesetReader reader
protected final java.util.Set<Changeset> downloadedChangesets
protected java.lang.Exception lastException
RunnableDownloadTask(java.awt.Component parent, java.lang.String title)
protected void cancel()
PleaseWaitRunnablecancel in class PleaseWaitRunnableprotected final void rememberLastException(java.lang.Exception e)
protected final void updateChangesets()