Phone app (based on Ali's Control for iotcloud benchmark) to control alarm in the...
[iot2.git] / benchmarks / other / PhoneInterface / Control / app / src / main / java / iotcloud / Liveness.java
1 package iotcloud;
2
3 /**
4  * Interface common to both classes that record information about the
5  * last message sent by a machine.  (Either a Slot or a LastMessage.
6  * @author Brian Demsky <bdemsky@uci.edu>
7  * @version 1.0
8  */
9
10 interface Liveness {
11 }