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