com.twelvemonkeys.image
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:
BufferedImageFactory.addProgressListener(com.twelvemonkeys.image.BufferedImageFactory.ProgressListener), BufferedImageFactory.removeProgressListener(com.twelvemonkeys.image.BufferedImageFactory.ProgressListener)

Method Summary
 void progress(BufferedImageFactory pFactory, float pPercentage)
          Reports progress to this listener.
 

Method Detail

progress

void progress(BufferedImageFactory pFactory,
              float pPercentage)
Reports progress to this listener. Invoked by the BufferedImageFactory to report progress in the image decoding.

Parameters:
pFactory - the factory reporting the progress
pPercentage - the percentage of progress


Copyright © 2015. All Rights Reserved.