merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 3daafde9f1 - Show all commits

View File

@@ -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);
}