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

Revision 3083, 194 bytes checked in by bastiK, 2 years ago (diff)

added svn:eol-style=native to source files

  • Property svn:eol-style set to native
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.