Uses of Class
com.bbn.openmap.layer.link.LinkListener

Packages that use LinkListener
com.bbn.openmap.layer.link Provide classes to handle the link protocol: a layer that displays link data, classes to assist in writing a link server, and methods that read and write in the link protocol format. 
 

Uses of LinkListener in com.bbn.openmap.layer.link
 

Fields in com.bbn.openmap.layer.link declared as LinkListener
protected  LinkListener LinkLayer.listener
          The thread listener used to communicate asynchronously.
 

Methods in com.bbn.openmap.layer.link that return LinkListener
protected  LinkListener LinkListener.getListener()
           
protected  LinkListener LinkLayer.getListener()
           
 

Methods in com.bbn.openmap.layer.link with parameters of type LinkListener
protected  ClientLink LinkManager.getLink(LinkListener ll)
          Called for a LayerListener that will not write to the Link, only read from it.
protected  void LinkLayer.setListener(LinkListener ll)
           
 



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