Uses of Interface
org.geotools.map.event.MapLayerListener

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 declared as MapLayerListener
protected  MapLayerListener DefaultMapContext.layerListener
           
 

Methods in org.geotools.map with parameters of type MapLayerListener
 void MapLayer.addMapLayerListener(MapLayerListener listener)
          Add a listener to notify when a layer property changes.
 void FeatureSourceMapLayer.addMapLayerListener(MapLayerListener listener)
          Registers MapLayerListener to receive events.
 void DefaultMapLayer.addMapLayerListener(MapLayerListener listener)
          Registers MapLayerListener to receive events.
 void MapLayer.removeMapLayerListener(MapLayerListener listener)
          Removes a listener from the listener list for this layer.
 void FeatureSourceMapLayer.removeMapLayerListener(MapLayerListener listener)
          Removes MapLayerListener from the list of listeners.
 void DefaultMapLayer.removeMapLayerListener(MapLayerListener listener)
          Removes MapLayerListener from the list of listeners.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.