source: josm/trunk/src/org/openstreetmap/josm/data/conflict/IConflictListener.java@ 10659

Last change on this file since 10659 was 8512, checked in by Don-vip, 9 years ago

checkstyle: redundant modifiers

  • Property svn:eol-style set to native
File size: 251 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.data.conflict;
3
4public interface IConflictListener {
5 void onConflictsAdded(ConflictCollection conflicts);
6
7 void onConflictsRemoved(ConflictCollection conflicts);
8}
Note: See TracBrowser for help on using the repository browser.