IDataSinkpublic class DataClusterWriter.PressureSink extends java.lang.Object implements IDataSink
| Constructor | Description |
|---|---|
PressureSink() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
putData(IData data) |
Gives data to DataSink for processing, display, or whatever it does.
|
void |
putDataInfo(IDataInfo inputDataInfo) |
Informs the DataSink of the type of Data it should expect to receive.
|
public void putDataInfo(IDataInfo inputDataInfo)
IDataSinkputDataInfo in interface IDataSink