source:
josm/trunk/src/org/openstreetmap/josm/data/conflict/IConflictListener.java
@
5241
| Revision 3083, 264 bytes checked in by bastiK, 2 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | // License: GPL. For details, see LICENSE file. |
| 2 | package org.openstreetmap.josm.data.conflict; |
| 3 | |
| 4 | public 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.
