public class CSVFileDataConsumer extends SimplePropertyObject implements ITableDataConsumer
Modifier and Type | Field and Description |
---|---|
static String |
lf
The linefeed separator.
|
Constructor and Description |
---|
CSVFileDataConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
consumeData(long time,
double tick)
Consume data from the provider.
|
AbstractEnvironmentSpace |
getSpace()
Get the space.
|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty, getPropertyNames, hasProperty, setProperty
public static final String lf
public void consumeData(long time, double tick)
consumeData
in interface ITableDataConsumer
time
- The current time.tick
- The current tick.public AbstractEnvironmentSpace getSpace()
Copyright © 2012. All Rights Reserved.