merge the new developmentbranch into the test branch #39
@@ -211,11 +211,14 @@ public interface ServerInterpreter {
|
||||
/**
|
||||
* 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);
|
||||
|
||||
void received(PlayerDataMessage msg);
|
||||
/**
|
||||
* Handles a IncorrectRequest message received from the server.
|
||||
*
|
||||
* @param msg the IncorrectRequest message received.
|
||||
*/
|
||||
void received(IncorrectRequestMessage msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user