package iotcloud; /** * Interface common to both classes that record information about the * last message sent by a machine. (Either a Slot or a LastMessage. * @author Brian Demsky * @version 1.0 */ interface Liveness { }