|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectctf.evaluation.simulator.responses.Response
ctf.evaluation.simulator.responses.StateResponse
public class StateResponse
A response to the 'getState' query
Constructor Summary | |
---|---|
StateResponse(Connection connection)
|
Method Summary | |
---|---|
State |
state()
The state of the game |
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 |
---|
public StateResponse(Connection connection) throws java.io.IOException, NetworkException, ProtocolError, RoundOverException, GameOverException
java.io.IOException
NetworkException
ProtocolError
RoundOverException
GameOverException
Method Detail |
---|
public State state()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |