Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected LinkActionRequest |
Link.actionRequest
Used to retrieve any potential gesture queries that came in
over the link.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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