Updating files for the bug fix (sequence number starts from 1, not 0); adding a local...
[iotcloud.git] / version2 / src / Control-2bulbs / 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 }