Uses of Interface
org.openstreetmap.josm.data.osm.ChangesetCacheEvent
-
Packages that use ChangesetCacheEvent Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of ChangesetCacheEvent in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement ChangesetCacheEvent Modifier and Type Class Description class
DefaultChangesetCacheEvent
The default event implementation that is used to indicate a change in theChangesetCache
Methods in org.openstreetmap.josm.data.osm with parameters of type ChangesetCacheEvent Modifier and Type Method Description void
ChangesetCacheListener. changesetCacheUpdated(ChangesetCacheEvent event)
Gets notified on changeset cache updatesprivate void
ChangesetCache. fireChangesetCacheEvent(ChangesetCacheEvent e)
-
Uses of ChangesetCacheEvent in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetCacheEvent Modifier and Type Method Description void
ChangesetCacheManagerModel. changesetCacheUpdated(ChangesetCacheEvent event)
void
ChangesetListModel. changesetCacheUpdated(ChangesetCacheEvent event)
-
Uses of ChangesetCacheEvent in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io with parameters of type ChangesetCacheEvent Modifier and Type Method Description void
ChangesetManagementPanel. changesetCacheUpdated(ChangesetCacheEvent event)
-