com.bbn.openmap.event
Class OMEventSelectionCoordinator

java.lang.Object
  extended by com.bbn.openmap.MapHandlerChild
      extended by com.bbn.openmap.OMComponent
          extended by com.bbn.openmap.event.OMEventSelectionCoordinator
All Implemented Interfaces:
LightMapHandlerChild, PropertyConsumer, java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextMembershipListener, java.util.EventListener

public class OMEventSelectionCoordinator
extends OMComponent


Field Summary
static java.lang.String EventsSelectedProperty
           
static java.util.logging.Logger logger
           
protected  java.beans.PropertyChangeSupport pcs
           
 
Fields inherited from class com.bbn.openmap.OMComponent
i18n, propertyPrefix
 
Fields inherited from class com.bbn.openmap.MapHandlerChild
beanContextChildSupport, isolated
 
Fields inherited from interface com.bbn.openmap.PropertyConsumer
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
 
Constructor Summary
OMEventSelectionCoordinator()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
           
 void eventsSelected(java.util.List<OMEvent> selectedEvents)
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
           
 
Methods inherited from class com.bbn.openmap.OMComponent
getProperties, getPropertyInfo, getPropertyPrefix, setProperties, setProperties, setPropertyPrefix
 
Methods inherited from class com.bbn.openmap.MapHandlerChild
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, isIsolated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, setIsolated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static java.util.logging.Logger logger

EventsSelectedProperty

public static final java.lang.String EventsSelectedProperty
See Also:
Constant Field Values

pcs

protected java.beans.PropertyChangeSupport pcs
Constructor Detail

OMEventSelectionCoordinator

public OMEventSelectionCoordinator()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)

eventsSelected

public void eventsSelected(java.util.List<OMEvent> selectedEvents)


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