public interface ITableDataProvider
Modifier and Type | Method and Description |
---|---|
DataTable |
getTableData(long time,
double tick)
Get the data from a data provider.
|
DataTable getTableData(long time, double tick)
time
- The current time.tick
- The current tick.