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

Packages that use LinkActionRequest
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 LinkActionRequest in com.bbn.openmap.layer.link
 

Fields in com.bbn.openmap.layer.link declared as LinkActionRequest
protected  LinkActionRequest Link.actionRequest
          Used to retrieve any potential gesture queries that came in over the link.
 

Methods in com.bbn.openmap.layer.link that return LinkActionRequest
 LinkActionRequest Link.getActionRequest()
          After a readAndParse() has been called on a link, this can be called to retrieve a gesture notification/request, if one was sent.
 

Methods in com.bbn.openmap.layer.link with parameters of type LinkActionRequest
 void TestLinkServer.handleGesture(LinkActionRequest glq, Link link)
          An example of how to handle LinkActionRequest.
 void LinkServer.handleGesture(LinkActionRequest lar, Link link)
          An example of how to handle LinkActionRequest.
 void LinkLayer.handleLinkActionRequest(LinkActionRequest lar)
           
 



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