Interface BufferedImageFactory.ProgressListener

All Superinterfaces:
EventListener
Enclosing class:
BufferedImageFactory

public static interface BufferedImageFactory.ProgressListener extends EventListener
This interface allows clients of a BufferedImageFactory to receive notifications of decoding progress.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progress(BufferedImageFactory factory, float percentage)
    Reports progress to this listener.
  • Method Details

    • progress

      void progress(BufferedImageFactory factory, float percentage)
      Reports progress to this listener. Invoked by the BufferedImageFactory to report progress in the image decoding.
      Parameters:
      factory - the factory reporting the progress
      percentage - the percentage of progress