Interface ITableDataProvider
- 
- All Known Implementing Classes:
 DefaultDataProvider
public interface ITableDataProviderA table data provider is used for collecting data on demand, i.e. every time getTableData is called. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTablegetTableData(long time, double tick)Get the data from a data provider. 
 - 
 
- 
- 
Method Detail
- 
getTableData
DataTable getTableData(long time, double tick)
Get the data from a data provider.- Parameters:
 time- The current time.tick- The current tick.- Returns:
 - The data.
 
 
 - 
 
 -