com.bbn.openmap.omGraphics.event
Class EOMGListenerSupport
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
com.bbn.openmap.event.ListenerSupport<EOMGListener>
com.bbn.openmap.omGraphics.event.EOMGListenerSupport
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<EOMGListener>, java.util.Collection<EOMGListener>, java.util.List<EOMGListener>, java.util.RandomAccess
public class EOMGListenerSupport
- extends ListenerSupport<EOMGListener>
This is a utility class that can be used by beans that need support
for handling EOMGListeners and calling the EOMGListener method. You
can use an instance of this class as a member field of your bean
and delegate work to it.
- See Also:
- Serialized Form
| Fields inherited from class java.util.AbstractList |
modCount |
| 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.ArrayList |
addAll, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, removeRange, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, listIterator, removeAll, retainAll, subList |
EOMGListenerSupport
public EOMGListenerSupport()
- Construct a EOMGListenerSupport.
EOMGListenerSupport
public EOMGListenerSupport(EditableOMGraphic graphic)
- Construct a EOMGListenerSupport.
- Parameters:
graphic - source graphic
setEOMG
public void setEOMG(EditableOMGraphic graphic)
- Set the source object.
- Parameters:
graphic - source EditableOMGraphic
getEOMG
public EditableOMGraphic getEOMG()
- Get the source object.
- Returns:
- EditableOMGraphic
fireEvent
public void fireEvent(EOMGEvent event)
- Send a eomgChanged event to all registered listeners.
- Parameters:
event - EOMGEvent
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details