com.bbn.openmap.event
Class LayerConfigurationListenerSupport

java.lang.Object
  extended by java.util.concurrent.CopyOnWriteArrayList<E>
      extended by com.bbn.openmap.event.ListenerSupport<LayerConfigurationListener>
          extended by com.bbn.openmap.event.LayerConfigurationListenerSupport
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<LayerConfigurationListener>, java.util.Collection<LayerConfigurationListener>, java.util.List<LayerConfigurationListener>, java.util.RandomAccess

public class LayerConfigurationListenerSupport
extends ListenerSupport<LayerConfigurationListener>

ListenerSupport for the LayerHandler to use for managing LayerConfigurationListeners.

Author:
dietrick
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bbn.openmap.event.ListenerSupport
source
 
Constructor Summary
LayerConfigurationListenerSupport(java.lang.Object sourceBean)
           
 
Method Summary
 java.util.List<Layer> checkLayerConfiguration(java.util.List<Layer> layerList)
          Check the list of layers, make changes as required.
 
Methods inherited from class com.bbn.openmap.event.ListenerSupport
add, add, addAll, clear, getSource, iterator, listIterator, remove, remove, set, setSource, size
 
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList
addAll, addAllAbsent, addIfAbsent, clone, contains, containsAll, equals, get, hashCode, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, listIterator, removeAll, retainAll, subList, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerConfigurationListenerSupport

public LayerConfigurationListenerSupport(java.lang.Object sourceBean)
Parameters:
sourceBean - The bean to be given as the source for any events
Method Detail

checkLayerConfiguration

public java.util.List<Layer> checkLayerConfiguration(java.util.List<Layer> layerList)
Check the list of layers, make changes as required.

Parameters:
layerList - the list of layers to check.


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