Examples of MapFrameListener


Examples of org.openstreetmap.josm.gui.MapFrameListener

    @Override
    protected void installAdapters() {
        super.installAdapters();
        // make this action listen to mapframe change events
        Main.addMapFrameListener(new MapFrameListener() {
            @Override
            public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) {
                updateEnabledState();
            }
        });
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.