public interface DataGatherer
TelemetrySender
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates the gathering of data.
|
void |
deactivate()
Deactivates the gathering of data.
|
java.util.List<Data> |
getGatheredData()
Gets the gathered data.
|
void activate()
void deactivate()
DataGatherer#getJsonData()
method. However, no new data will be gathered.java.util.List<Data> getGatheredData()