public class AKUnload extends AbstractCommand
| Constructor and Description |
|---|
AKUnload(EntityID agentID,
int time)
Construct an unload command.
|
AKUnload(java.io.InputStream in)
An AKUnload message that populates its data from a stream.
|
getAgentID, getTime, setAgentID, setTimeaddMessageComponent, getComponents, getURN, read, toString, writepublic AKUnload(java.io.InputStream in)
throws java.io.IOException
in - The InputStream to read.java.io.IOException - If there is a problem reading the stream.public AKUnload(EntityID agentID, int time)
agentID - The ID of the agent issuing the command.time - The time the command was issued.