public interface IDataSink
Modifier and Type | Method and Description |
---|---|
DataPipe |
getDataCaster(IEtomicaDataInfo inputDataInfo)
Returns a DataProcessor that casts the data that will be given
to this DataSink to a form that it can accept.
|
void |
putData(IData data)
Gives data to DataSink for processing, display, or whatever it does.
|
void |
putDataInfo(IEtomicaDataInfo dataInfo)
Informs the DataSink of the type of Data it should expect to receive.
|
void putData(IData data)
void putDataInfo(IEtomicaDataInfo dataInfo)
DataPipe getDataCaster(IEtomicaDataInfo inputDataInfo)
inputDataInfo
- the DataInfo for the Data that will fed to the sink's putData method