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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsumeData(long time, double tick)Consume data from the provider.- 
Methods inherited from interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 
- 
 
-