made callback class

This commit is contained in:
Sem van der Hoeven
2020-05-14 20:33:04 +02:00
parent 586a552426
commit 917200c67e

View File

@@ -1,4 +1,5 @@
package netwerkprog.game.util;
public interface Callback {
void onDataReceived();
}