Uses of Interface
org.openstreetmap.josm.data.conflict.IConflictListener

Packages that use IConflictListener
org.openstreetmap.josm.data.conflict   
org.openstreetmap.josm.gui.dialogs   
 

Uses of IConflictListener in org.openstreetmap.josm.data.conflict
 

Fields in org.openstreetmap.josm.data.conflict with type parameters of type IConflictListener
private  java.util.concurrent.CopyOnWriteArrayList<IConflictListener> ConflictCollection.listeners
           
 

Methods in org.openstreetmap.josm.data.conflict with parameters of type IConflictListener
 void ConflictCollection.addConflictListener(IConflictListener listener)
           
 void ConflictCollection.removeConflictListener(IConflictListener listener)
           
 

Uses of IConflictListener in org.openstreetmap.josm.gui.dialogs
 

Classes in org.openstreetmap.josm.gui.dialogs that implement IConflictListener
 class ConflictDialog
          This dialog displays the ConflictCollection of the active OsmDataLayer in a toggle dialog on the right of the main frame.
 



JOSM