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

Last change on this file since 1857 was 1750, checked in by Gubaer, 15 years ago

new: replaced global conflict list by conflict list per layer, similar to datasets

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