Add: CommandHandler interface for executing requests
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
|||||||
|
package ch.unibas.dmi.dbis.cs108.casono.server.network.command;
|
||||||
|
|
||||||
|
import ch.unibas.dmi.dbis.cs108.casono.server.network.parser.Request;
|
||||||
|
|
||||||
|
public interface CommandHandler {
|
||||||
|
void execute(Request request);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user