Uses of Interface
org.geotools.map.MapLayerListener
- 
Packages that use MapLayerListener Package Description org.geotools.map List of layers to be rendered.
- 
- 
Uses of MapLayerListener in org.geotools.mapFields in org.geotools.map with type parameters of type MapLayerListener Modifier and Type Field Description protected CopyOnWriteArrayList<MapLayerListener>Layer. listenerListListeners to be notified when layer contents change.Methods in org.geotools.map with parameters of type MapLayerListener Modifier and Type Method Description voidLayer. addMapLayerListener(MapLayerListener listener)The listener is notified when the layer information changes; or when the contents of the layer changes.voidLayer. removeMapLayerListener(MapLayerListener listener)Removes a listener from the listener list for this layer.
 
-