Ignore:
Timestamp:
2011-10-16T23:59:38+02:00 (15 years ago)
Author:
Don-vip
Message:

fix #6960 - Download GPX traces with Ctrl+L

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadTask.java

    r3083 r4521  
    6565     */
    6666    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);
    6774
    6875    /**
Note: See TracChangeset for help on using the changeset viewer.