mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Added multithreaded TcpClient and TcpServer
This commit is contained in:
@@ -20,6 +20,8 @@ public class Events implements IEvents {
|
||||
*/
|
||||
public record OnCommand(org.toop.server.ServerCommand command, String[] args, String result) {}
|
||||
|
||||
public record ReceivedMessage(String message) {}
|
||||
|
||||
/**
|
||||
* Triggers on changing the server backend.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user