source: josm/trunk/src/org/openstreetmap/josm/data/osm/ChangesetCacheListener.java@ 2801

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

fixed line endings of recent checkins

File size: 194 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.data.osm;
3
4public interface ChangesetCacheListener {
5
6 void changesetCacheUpdated(ChangesetCacheEvent event);
7}
Note: See TracBrowser for help on using the repository browser.