merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
39 changed files with 1412 additions and 293 deletions
Showing only changes of commit a1d10521ac - Show all commits

View File

@@ -28,4 +28,9 @@ public interface ServerSender {
* @param id as the connection id of the client as an Integer.
*/
void disconnectClient(int id);
/**
* This method will be used to shut down the server.
*/
void shutdown();
}