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, setTime
addMessageComponent, getComponents, getURN, read, toString, write
public 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.