|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetMapListener | |
|---|---|
| com.bbn.openmap.graphicLoader.netmap | The netmap plugin package provides the capability to receive output from a NetMap server. |
| Uses of NetMapListener in com.bbn.openmap.graphicLoader.netmap |
|---|
| Classes in com.bbn.openmap.graphicLoader.netmap that implement NetMapListener | |
|---|---|
class |
NetMapGraphicLoader
The NetMapGraphicLoader is a component that can listen to a NetMapConnector, receive and interpret NetMapEvents, and draw the resulting network on the map. |
| Methods in com.bbn.openmap.graphicLoader.netmap with parameters of type NetMapListener | |
|---|---|
void |
NetMapListenerSupport.addNetMapListener(NetMapListener l)
Add a NetMapListener. |
void |
NetMapConnector.addNetMapListener(NetMapListener nml)
Add a NetMapListener to receive NetMapEvents. |
void |
NetMapListenerSupport.removeNetMapListener(NetMapListener l)
Remove a NetMapListener. |
void |
NetMapConnector.removeNetMapListener(NetMapListener nml)
Remove a NetMapListener from the list to receive NetMapEvents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||