Interface IDataListener
-
- All Known Implementing Classes:
CsvDataWriter
public interface IDataListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidwriteDataPoint(UUID uuid, double time, List<Value> dataPoint)voidwriteHeader(UUID uuid, List<String> headers)
-