Adjusting and cleaning up ZigbeeTest to install Vigilia ZigBee gateway and devices.
[iot2.git] / benchmarks / other / ZigbeeTest / IoTZigbeeCallback.java
diff --git a/benchmarks/other/ZigbeeTest/IoTZigbeeCallback.java b/benchmarks/other/ZigbeeTest/IoTZigbeeCallback.java
deleted file mode 100644 (file)
index 94d75db..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-/** Zigbee Callback for when a zigbee message is received.
- *
- * @author      Ali Younis <ayounis @ uci.edu>
- * @version     1.0
- * @since       2016-04-12
- */
-public interface IoTZigbeeCallback {
-
-       /** Callback method for when data comes from the zigbee object
-        *
-        *   @param zigbee message class [IoTZigbeeMessage] .
-        *
-        *   @return [void] None.
-        */
-       public void newMessageAvailable(IoTZigbeeMessage _zm);
-}