Updated 'ServerInterpreter' class.
Updated the 'ServerInterpreter' class by adding the 'received(IncorrectRequestMessage msg)' method to it.
This commit is contained in:
@@ -211,11 +211,14 @@ public interface ServerInterpreter {
|
|||||||
/**
|
/**
|
||||||
* Handles a SelectTSK message received from the server.
|
* Handles a SelectTSK message received from the server.
|
||||||
*
|
*
|
||||||
* @param shutdownMessage the SelectTSK message received.
|
* @param msg the SelectTSK message received.
|
||||||
*/
|
*/
|
||||||
void received(ShutdownMessage shutdownMessage);
|
void received(ShutdownMessage msg);
|
||||||
|
|
||||||
void received(StartBriefingMessage msg);
|
/**
|
||||||
|
* Handles a IncorrectRequest message received from the server.
|
||||||
void received(PlayerDataMessage msg);
|
*
|
||||||
|
* @param msg the IncorrectRequest message received.
|
||||||
|
*/
|
||||||
|
void received(IncorrectRequestMessage msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user