|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.concurrent.CopyOnWriteArrayList<E> com.bbn.openmap.event.ListenerSupport<LayerConfigurationListener> com.bbn.openmap.event.LayerConfigurationListenerSupport
public class LayerConfigurationListenerSupport
ListenerSupport for the LayerHandler to use for managing LayerConfigurationListeners.
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 |
---|
public LayerConfigurationListenerSupport(java.lang.Object sourceBean)
sourceBean
- The bean to be given as the source for any eventsMethod Detail |
---|
public java.util.List<Layer> checkLayerConfiguration(java.util.List<Layer> layerList)
layerList
- the list of layers to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |