Uses of Class
org.geotools.map.event.MapLayerListEvent

Packages that use MapLayerListEvent
org.geotools.map.event A set of events fired by map interfaces. 
 

Uses of MapLayerListEvent in org.geotools.map.event
 

Methods in org.geotools.map.event with parameters of type MapLayerListEvent
 void MapLayerListListener.layerAdded(MapLayerListEvent event)
          Triggered when a new layer is added to the MapContext
 void MapLayerListListener.layerChanged(MapLayerListEvent event)
          Triggered when something in a layer changed (data, style, title)
 void MapLayerListListener.layerMoved(MapLayerListEvent event)
          Triggered when a group of layers chenges position in the layer list
 void MapLayerListListener.layerRemoved(MapLayerListEvent event)
          Triggered when a layer is removed from the MapContext
 



Copyright © 1996-2009 Geotools. All Rights Reserved.