public class LinkGUIRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static float |
version
Version Number of request format.
|
Constructor and Description |
---|
LinkGUIRequest(Link link) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLinkStatus()
After reading the gesture response, this returns the section
ending string terminating the gesture section, either
Link.END_TOTAL or Link.END_SECTION.
|
java.lang.String |
getType() |
java.lang.String |
read(Link link)
Read the link and pull off the gesture, filling in the fields
of this object.
|
static void |
write(java.lang.String[] args,
Link link) |
public LinkGUIRequest(Link link) throws java.io.IOException
java.io.IOException
public java.lang.String getType()
public java.lang.String getLinkStatus()
public static void write(java.lang.String[] args, Link link) throws java.io.IOException
java.io.IOException
public java.lang.String read(Link link) throws java.io.IOException
link
- the link to read from.java.io.IOException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details