Uses of Interface
org.openstreetmap.josm.data.osm.DataSourceListener
-
Packages that use DataSourceListener Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classes -
-
Uses of DataSourceListener in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type DataSourceListener Modifier and Type Field Description private ListenerList<DataSourceListener>
DataSet. dataSourceListeners
A list of listeners that listen to DataSource changes on this layerMethods in org.openstreetmap.josm.data.osm with parameters of type DataSourceListener Modifier and Type Method Description void
DataSet. addDataSourceListener(DataSourceListener listener)
Adds a listener that gets notified whenever the data sources changevoid
DataSet. removeDataSourceListener(DataSourceListener listener)
Removes a listener that gets notified whenever the data sources change
-