merge the new developmentbranch into the test branch #39
@@ -21,17 +21,17 @@ public interface ClientInterpreter {
|
||||
void received(DeselectTSKMessage msg, int from);
|
||||
|
||||
/**
|
||||
* Processes a received ForceStartGame message.
|
||||
* Processes a received StartGame message.
|
||||
*
|
||||
* @param msg the ForceStartGame message to be processed
|
||||
* @param msg the StartGame message to be processed
|
||||
* @param from the connection ID from which the message was received
|
||||
*/
|
||||
void received(StartGameMessage msg, int from);
|
||||
|
||||
/**
|
||||
* Processes a received JoinServer message.
|
||||
* Processes a received JoinedLobby message.
|
||||
*
|
||||
* @param msg the JoinServer message to be processed
|
||||
* @param msg the JoinedLobby message to be processed
|
||||
* @param from the connection ID from which the message was received
|
||||
*/
|
||||
void received(JoinedLobbyMessage msg, int from);
|
||||
|
||||
Reference in New Issue
Block a user