| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSourceChangeEvent
The base class for data source change events
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceListener.dataSourceChange(DataSourceChangeEvent event)
Called whenever the data source list is changed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceAddedEvent
There is a new data source
|
class |
DataSourceRemovedEvent
A data source was removed
|