All Implemented Interfaces:
java$util$EventListener
ImageWriter
implementations to notify
callers of their image writing methods of progress.Method from javax.imageio.event.IIOWriteProgressListener Summary: |
---|
imageComplete, imageProgress, imageStarted, thumbnailComplete, thumbnailProgress, thumbnailStarted, writeAborted |
Method from javax.imageio.event.IIOWriteProgressListener Detail: |
---|
ImageWriter implementations are required to call
this method exactly once upon completion of each image write
operation. |
write call within the associated
ImageWriter .
The degree of completion is expressed as an index
indicating which image is being written, and a percentage
varying from Each particular |
ImageWriter implementations are required to call
this method exactly once when beginning an image write
operation. |
ImageWriter implementations are required to call
this method exactly once upon completion of each thumbnail
write operation. |
ImageWriter .
The semantics are identical to those of
imageProgress . |
ImageWriter implementations are required to call
this method exactly once when beginning a thumbnail write
operation. |
abort method. No further notifications will be
given. |