jdk/src/share/classes/java/awt/image/ImageConsumer.java
changeset 21278 ef8a3a2a72f2
parent 16734 da1901d79073
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   189     /**
   189     /**
   190      * The imageComplete method is called when the ImageProducer is
   190      * The imageComplete method is called when the ImageProducer is
   191      * finished delivering all of the pixels that the source image
   191      * finished delivering all of the pixels that the source image
   192      * contains, or when a single frame of a multi-frame animation has
   192      * contains, or when a single frame of a multi-frame animation has
   193      * been completed, or when an error in loading or producing the
   193      * been completed, or when an error in loading or producing the
   194      * image has occured.  The ImageConsumer should remove itself from the
   194      * image has occurred.  The ImageConsumer should remove itself from the
   195      * list of consumers registered with the ImageProducer at this time,
   195      * list of consumers registered with the ImageProducer at this time,
   196      * unless it is interested in successive frames.
   196      * unless it is interested in successive frames.
   197      * @param status the status of image loading
   197      * @param status the status of image loading
   198      * @see ImageProducer#removeConsumer
   198      * @see ImageProducer#removeConsumer
   199      */
   199      */