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,RelationUsersTagsChangesetsUtilities 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 classDefaultChangesetCacheEventThe default event implementation that is used to indicate a change in theChangesetCacheMethods in org.openstreetmap.josm.data.osm with parameters of type ChangesetCacheEvent Modifier and Type Method Description voidChangesetCacheListener. changesetCacheUpdated(ChangesetCacheEvent event)Gets notified on changeset cache updatesprivate voidChangesetCache. 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 voidChangesetCacheManagerModel. changesetCacheUpdated(ChangesetCacheEvent event)voidChangesetListModel. 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 voidChangesetManagementPanel. changesetCacheUpdated(ChangesetCacheEvent event)
-