Uses of Interface
org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDownloadTask

Packages that use ChangesetDownloadTask
org.openstreetmap.josm.gui.dialogs.changeset   
org.openstreetmap.josm.gui.dialogs.changeset.query   
 

Uses of ChangesetDownloadTask in org.openstreetmap.josm.gui.dialogs.changeset
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement ChangesetDownloadTask
 class ChangesetContentDownloadTask
          This is an asynchronous task for downloading the changeset content of a collection of changesets.
 class ChangesetHeaderDownloadTask
          This is an asynchronous task for downloading a collection of changests from the OSM server.
 

Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDownloadTask
 void ChangesetCacheManager.runDownloadTask(ChangesetDownloadTask task)
           
 

Uses of ChangesetDownloadTask in org.openstreetmap.josm.gui.dialogs.changeset.query
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset.query that implement ChangesetDownloadTask
 class ChangesetQueryTask
          Asynchronous task to send a changeset query to the OSM API.
 



JOSM