Interface DataProducer
-
- All Known Subinterfaces:
GeoDataProducer
- All Known Implementing Classes:
AbstractDataSetProducer
public interface DataProducerA generic interface for all types of data producers. A data producer produces data, and notifies all interested layer once data is available, or if an exception occurred while loading data. Data consumers (Layers) typically listens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayergetLayer()Gets the layer that is currently consuming data from this producer.voidsetLayer(Layer layer)Sets the layer that should be notified when data is ready.
-