org.openstreetmap.josm.gui.layer
Interface OsmDataLayer.LayerStateChangeListener

All Known Implementing Classes:
MapView
Enclosing class:
OsmDataLayer

public static interface OsmDataLayer.LayerStateChangeListener

Listener called when a state of this layer has changed.


Method Summary
 void uploadDiscouragedChanged(OsmDataLayer layer, boolean newValue)
          Notifies that the "upload discouraged" (upload=no) state has changed.
 

Method Detail

uploadDiscouragedChanged

void uploadDiscouragedChanged(OsmDataLayer layer,
                              boolean newValue)
Notifies that the "upload discouraged" (upload=no) state has changed.

Parameters:
layer - The layer that has been modified
newValue - The new value of the state


JOSM