Uses of Interface
com.bbn.openmap.event.LayerConfigurationListener

Packages that use LayerConfigurationListener
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
 

Uses of LayerConfigurationListener in com.bbn.openmap
 

Methods in com.bbn.openmap with parameters of type LayerConfigurationListener
 void LayerHandler.addLayerConfigurationListener(LayerConfigurationListener lcl)
          Add a LayerConfigurationListener, so a component can make adjustments to new layer configurations before they get sent to the map.
 void LayerHandler.removeLayerConfigurationListener(LayerConfigurationListener lcl)
          Remove a LayerConfigurationListener.
 

Uses of LayerConfigurationListener in com.bbn.openmap.event
 

Classes in com.bbn.openmap.event that implement LayerConfigurationListener
 class BasicLayerConfigurationListener
          A LayerToggleConfigurationListener is a LayerConfigurationListener implementation that demonstrates how to create a component that might make adjustments to a List of layers being changed in a LayerHandler, before the changes hit the map.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details