ctf.evaluation.simulator.responses
Class CommandResponse

java.lang.Object
  extended by ctf.evaluation.simulator.responses.Response
      extended by ctf.evaluation.simulator.responses.CommandResponse

public class CommandResponse
extends Response

A response to a command


Constructor Summary
CommandResponse(Connection connection)
           
 
Method Summary
 float time()
          The (game) time that the command was received
 
Methods inherited from class ctf.evaluation.simulator.responses.Response
response, tokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandResponse

public CommandResponse(Connection connection)
                throws java.io.IOException,
                       NetworkException,
                       ProtocolError
Throws:
java.io.IOException
NetworkException
ProtocolError
Method Detail

time

public float time()
The (game) time that the command was received