public interface DataProviderIfc
| Modifier and Type | Method and Description |
|---|---|
DCFieldContainer[] |
getBulkData()
Allows a DataReceiver to obtain the available data in a
known format.
|
DCFieldContainer |
getData()
Allows a DataReceiver to obtain the available data in a
known format.
|
DataReceiverIfc |
getDataReceiver()
Gets the object that is retrieving data from this DataProvider
|
boolean |
isDataAvailable()
Allows a DataReceiver to determine whether some data is
available for processing
|
void |
setDataReceiver(DataReceiverIfc receiver)
Sets the object to which this DataProvider will send
its data.
|
boolean isDataAvailable()
true, if data is availableDCFieldContainer getData()
DCFieldContainer[] getBulkData()
void setDataReceiver(DataReceiverIfc receiver)
receiver - Object which will obtain data from this
DataProviderDataReceiverIfc getDataReceiver()