class PlaceSelection.NameQueryTask extends PleaseWaitRunnable
Modifier and Type | Field and Description |
---|---|
private boolean |
canceled |
private HttpClient |
connection |
private java.util.List<NameFinder.SearchResult> |
data |
private java.lang.Exception |
lastException |
private java.lang.String |
searchExpression |
private PlaceSelection.Server |
useserver |
progressMonitor
Constructor and Description |
---|
NameQueryTask(java.lang.String searchExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancel()
User pressed cancel button.
|
protected void |
finish()
Finish up the data work.
|
protected void |
realRun()
Called in the worker thread to do the actual work.
|
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run
private final java.lang.String searchExpression
private HttpClient connection
private java.util.List<NameFinder.SearchResult> data
private boolean canceled
private final PlaceSelection.Server useserver
private java.lang.Exception lastException
NameQueryTask(java.lang.String searchExpression)
protected void cancel()
PleaseWaitRunnable
cancel
in class PleaseWaitRunnable
protected void finish()
PleaseWaitRunnable
finish
in class PleaseWaitRunnable
protected void realRun() throws org.xml.sax.SAXException, java.io.IOException, OsmTransferException
PleaseWaitRunnable
realRun
in class PleaseWaitRunnable
org.xml.sax.SAXException
- if a SAX error occursjava.io.IOException
- if an I/O error occursOsmTransferException
- if a communication error with the OSM server occurs