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

Last change on this file since 12131 was 10600, checked in by Don-vip, 8 years ago

see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface annotation should be used to flag Single Abstract Method interfaces

  • Property svn:eol-style set to native
File size: 215 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.data.osm;
3
4@FunctionalInterface
5public interface ChangesetCacheListener {
6
7 void changesetCacheUpdated(ChangesetCacheEvent event);
8}
Note: See TracBrowser for help on using the repository browser.