ImageConsumer.imageComplete
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void imageComplete( int status )
Description
The imageComplete method is called when the ImageProducer is
finished delivering all of the pixels that the source image
contains, or when a single frame of a multi-frame animation has
been completed, or when an error in loading or producing the
image has occured. The ImageConsumer should remove itself from the
list of consumers registered with the ImageProducer at this time,
unless it is interested in successive frames.
See Also
removeConsumer