org.openstreetmap.josm.data.projection
Interface ProjectionChangeListener

All Known Implementing Classes:
DataSet, GeoImageLayer, GpxLayer, ImageryLayer, Layer, MarkerLayer, MultipolygonCache, OsmDataLayer, TMSLayer, ValidatorLayer, WMSLayer

public interface ProjectionChangeListener


Method Summary
 void projectionChanged(Projection oldValue, Projection newValue)
           
 

Method Detail

projectionChanged

void projectionChanged(Projection oldValue,
                       Projection newValue)


JOSM