|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapLayerListener | |
---|---|
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 | |
---|---|
protected CopyOnWriteArrayList<MapLayerListener> |
Layer.listenerList
Listeners to be notified when layer contents change. |
Methods in org.geotools.map with parameters of type MapLayerListener | |
---|---|
void |
MapLayer.addMapLayerListener(MapLayerListener listener)
Deprecated. Registers MapLayerListener to receive events. |
void |
Layer.addMapLayerListener(MapLayerListener listener)
The listener is notified when the layer information changes; or when the contents of the layer changes. |
void |
MapLayer.removeMapLayerListener(MapLayerListener listener)
Deprecated. Removes MapLayerListener from the list of listeners. |
void |
Layer.removeMapLayerListener(MapLayerListener listener)
Removes a listener from the listener list for this layer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |