public interface SensorEvent<T>
| Modifier and Type | Method and Description | 
|---|---|
Sensor<T> | 
getSensor()
The  
Sensor describing the data. | 
Entity | 
getSource()
The  
Entity where 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  
Sensor data. |