public interface DataProducer
Modifier and Type | Method and Description |
---|---|
Layer |
getLayer()
Gets the layer that is currently consuming data from this producer.
|
void |
setLayer(Layer layer)
Sets the layer that should be notified when data is ready.
|