aboutsummaryrefslogtreecommitdiff
path: root/mobileapp/src/smoots/udesign/packet/Packet.java
diff options
context:
space:
mode:
Diffstat (limited to 'mobileapp/src/smoots/udesign/packet/Packet.java')
-rwxr-xr-xmobileapp/src/smoots/udesign/packet/Packet.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/mobileapp/src/smoots/udesign/packet/Packet.java b/mobileapp/src/smoots/udesign/packet/Packet.java
deleted file mode 100755
index a28216b..0000000
--- a/mobileapp/src/smoots/udesign/packet/Packet.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package smoots.udesign.packet;
-
-/**
- * Interface for the Packet that contains phone input to the server.
- */
-public interface Packet {
- /**
- * Return JSON formatted packet that can be sent through socket.
- * @return JSON formatted packet
- */
- public String packetToText();
-}