Uses of Interface
com.bbn.openmap.graphicLoader.netmap.NetMapListener

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.
 



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