source: josm/trunk/src/org/openstreetmap/josm/data/osm/history/HistoryDataSetListener.java@ 2512

Last change on this file since 2512 was 2512, checked in by stoecker, 14 years ago

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File size: 259 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.data.osm.history;
3
4import org.openstreetmap.josm.data.osm.PrimitiveId;
5
6public interface HistoryDataSetListener {
7 void historyUpdated(HistoryDataSet source, PrimitiveId id);
8}
Note: See TracBrowser for help on using the repository browser.