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

Packages that use LayerStatusListener
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
 

Uses of LayerStatusListener in com.bbn.openmap
 

Methods in com.bbn.openmap with parameters of type LayerStatusListener
 void Layer.addLayerStatusListener(LayerStatusListener aLayerStatusListener)
          Adds a listener for LayerStatusEvents.
 void Layer.removeLayerStatusListener(LayerStatusListener aLayerStatusListener)
          Removes a LayerStatusListene from this Layer.
 

Uses of LayerStatusListener in com.bbn.openmap.gui
 

Classes in com.bbn.openmap.gui that implement LayerStatusListener
 class LayerStatusPane
          A LayerStatusPane is an extension to the LayerPane, where it is a listener to the Layer and shows the layer status in the GUI.
 class StatusLightPanel
           
 

Uses of LayerStatusListener in com.bbn.openmap.layer
 

Classes in com.bbn.openmap.layer that implement LayerStatusListener
 class ScaleFilterLayer
          An OpenMap Layer that encapsulates other layers and acts as a scale filter.
 



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