|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.concurrent.CopyOnWriteArrayList<E>
com.bbn.openmap.event.ListenerSupport<EOMGListener>
com.bbn.openmap.omGraphics.event.EOMGListenerSupport
public class EOMGListenerSupport
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.
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.event.ListenerSupport |
|---|
source |
| Constructor Summary | |
|---|---|
EOMGListenerSupport()
Construct a EOMGListenerSupport. |
|
EOMGListenerSupport(EditableOMGraphic graphic)
Construct a EOMGListenerSupport. |
|
| Method Summary | |
|---|---|
void |
fireEvent(EOMGEvent event)
Send a eomgChanged event to all registered listeners. |
EditableOMGraphic |
getEOMG()
Get the source object. |
void |
setEOMG(EditableOMGraphic graphic)
Set the source object. |
| 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 EOMGListenerSupport()
public EOMGListenerSupport(EditableOMGraphic graphic)
graphic - source graphic| Method Detail |
|---|
public void setEOMG(EditableOMGraphic graphic)
graphic - source EditableOMGraphicpublic EditableOMGraphic getEOMG()
public void fireEvent(EOMGEvent event)
event - EOMGEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||