public interface StreamingGeneratedDataReceivingComponent extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
receiveGeneratedData(InputStream dataStream)
This method is called if a new data stream is received from a data
generator.
|
void receiveGeneratedData(InputStream dataStream)
dataStream - the stream from which the data received from a data generator
is readCopyright © 2017–2018. All rights reserved.