| Modifier and Type | Field and Description |
|---|---|
(package private) String | nameThe name of this data source |
| Constructor and Description |
|---|
Source(String name)Creates a new data source with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void | requestData(DataProcessor dproc)Requests data from this source and provides it to the data processor. |
final String name
Source(String name)
name - the name of this data sourceabstract void requestData(DataProcessor dproc)
dproc - the data processor to receive the data