API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.imageio.event. IIOReadProgressListener View Source
Author(s)
Since
Version
0.5
Serial
Hierarchy
 EventListener
      IIOReadProgressListener
Subinterfaces
Description
public interface IIOReadProgressListener
  An interface used by ImageReader implementations to notify callers of their image and thumbnail reading methods of progress.
Methods
Hide/Show inherited methods
public void imageComplete (ImageReader source)
  Reports that the current image read operation has completed.
public void imageProgress (ImageReader source, float percentageDone)
  Reports the approximate degree of completion of the current read call of the associated ImageReader.
public void imageStarted (ImageReader source, int imageIndex)
  Reports that an image read operation is beginning.
public void readAborted (ImageReader source)
  Reports that a read has been aborted via the reader's abort method.
public void sequenceComplete (ImageReader source)
  Reports that a sequence of read operationshas completed.
public void sequenceStarted (ImageReader source, int minIndex)
  Reports that a sequence of read operations is beginning.
public void thumbnailComplete (ImageReader source)
  Reports that a thumbnail read operation has completed.
public void thumbnailProgress (ImageReader source, float percentageDone)
  Reports the approximate degree of completion of the current getThumbnail call within the associated ImageReader.
public void thumbnailStarted (ImageReader source, int imageIndex, int thumbnailIndex)
  Reports that a thumbnail read operation is beginning.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar