Changeset 4521 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadTask.java
- Timestamp:
- 2011-10-16T23:59:38+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadTask.java
r3083 r4521 65 65 */ 66 66 Future<?> loadUrl(boolean newLayer, String url, ProgressMonitor progressMonitor); 67 68 /** 69 * Returns true if the task is able to open the given URL, false otherwise. 70 * @param url the url to download from 71 * @return True if the task is able to open the given URL, false otherwise. 72 */ 73 boolean acceptsUrl(String url); 67 74 68 75 /**
Note:
See TracChangeset
for help on using the changeset viewer.
