Interface ITableDataConsumer
-
- All Superinterfaces:
IPropertyObject
- All Known Implementing Classes:
AbstractChartDataConsumer
,CategoryChartDataConsumer
,CSVFileDataConsumer
,HistogramDataConsumer
,TimeChartDataConsumer
,XYChartDataConsumer
public interface ITableDataConsumer extends IPropertyObject
A table data consumer is triggered to consume data. Consumption can e.g. be writing to a file or showing the data as a graph. It uses a data provider to access the data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consumeData(long time, double tick)
Consume data from the provider.-
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
-
-