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.listenerListListeners to be notified when layer contents change.Methods in org.geotools.map with parameters of type MapLayerListenerModifier and TypeMethodDescriptionvoidLayer.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.