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.map
Fields in org.geotools.map with type parameters of type MapLayerListener Modifier and Type Field Description protected CopyOnWriteArrayList<MapLayerListener>
Layer. listenerList
Listeners to be notified when layer contents change.Methods in org.geotools.map with parameters of type MapLayerListener Modifier and Type Method Description void
Layer. addMapLayerListener(MapLayerListener listener)
The listener is notified when the layer information changes; or when the contents of the layer changes.void
Layer. removeMapLayerListener(MapLayerListener listener)
Removes a listener from the listener list for this layer.
-