Package org.openstreetmap.josm.data

Examples of org.openstreetmap.josm.data.SelectionChangedListener


        }
      }
    });

    // listend to selection changes to redraw the map
    DataSet.selListeners.add(new SelectionChangedListener() {
      public void selectionChanged(
          Collection<? extends OsmPrimitive> newSelection) {
        repaint();
      }
    });
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.data.SelectionChangedListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.