|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.graphicLoader.netmap.NetMapListenerSupport
NetMapListenerSupport is used to manage NetMapListeners, and to distribute NetMapEvents to them.
Constructor Summary | |
NetMapListenerSupport()
Construct a NetMapListenerSupport. |
|
NetMapListenerSupport(java.lang.Object aSource)
Construct a NetMapListenerSupport. |
Method Summary | |
void |
addNetMapListener(NetMapListener l)
Add a NetMapListener. |
void |
clearNetMapListeners()
Remove all listeners. |
void |
fireNetMapEvent(java.util.Properties eventProperties)
Send a center event to all registered listeners. |
java.util.Vector |
getListeners()
Return a cloned list of Listeners. |
java.lang.Object |
getSource()
Get the source object. |
void |
removeNetMapListener(NetMapListener l)
Remove a NetMapListener. |
void |
setSource(java.lang.Object aSource)
Set the source object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NetMapListenerSupport()
public NetMapListenerSupport(java.lang.Object aSource)
aSource
- source ObjectMethod Detail |
public void setSource(java.lang.Object aSource)
aSource
- source Objectpublic java.lang.Object getSource()
public void addNetMapListener(NetMapListener l)
l
- NetMapListenerpublic void removeNetMapListener(NetMapListener l)
l
- NetMapListenerpublic java.util.Vector getListeners()
public void clearNetMapListeners()
public void fireNetMapEvent(java.util.Properties eventProperties)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |