Uses of Interface
org.geotools.map.MapLayerListener
Packages that use MapLayerListener
-
Uses of MapLayerListener in org.geotools.map
Fields in org.geotools.map with type parameters of type MapLayerListenerModifier and TypeFieldDescriptionprotected CopyOnWriteArrayList<MapLayerListener>
Layer.listenerList
Listeners to be notified when layer contents change.Methods in org.geotools.map with parameters of type MapLayerListenerModifier and TypeMethodDescriptionvoid
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.