|
||||||||||
| 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.GameOverResponse
public class GameOverResponse
A GameOver response
| Nested Class Summary | |
|---|---|
static class |
GameOverResponse.Result
How a game can end |
| Constructor Summary | |
|---|---|
GameOverResponse(Connection connection,
GameOverResponse.Result expectedOutcome)
Constructor. |
|
| Method Summary |
|---|
| 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 GameOverResponse(Connection connection,
GameOverResponse.Result expectedOutcome)
throws java.io.IOException,
NetworkException,
ProtocolError
connection - the connection to get the EndMsg fromexpectedOutcome - how we expected the game to end
java.io.IOException
NetworkException
ProtocolError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||