ImageProducer.addConsumer
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void addConsumer( ImageConsumer ic )
Description
This method is used to register an ImageConsumer with the
ImageProducer for access to the image data during a later
reconstruction of the Image. The ImageProducer may, at its
discretion, start delivering the image data to the consumer
using the ImageConsumer interface immediately, or when the
next available image reconstruction is triggered by a call
to the startProduction method.
See Also
startProduction