public interface SensorEvent<T>
| Modifier and Type | Method and Description | 
|---|---|
| Sensor<T> | getSensor()The  Sensordescribing the data. | 
| Entity | getSource()The  Entitywhere the data originated. | 
| long | getTimestamp()The time this data was published, as a UTC time in milliseconds (e.g. | 
| T | getValue()The value for the  Sensordata. |