Interface BufferedImageFactory.ProgressListener
- All Superinterfaces:
EventListener
- Enclosing class:
BufferedImageFactory
This interface allows clients of a
BufferedImageFactory to
receive notifications of decoding progress.- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/image/BufferedImageFactory.java#1 $
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogress(BufferedImageFactory factory, float percentage) Reports progress to this listener.
-
Method Details
-
progress
Reports progress to this listener. Invoked by theBufferedImageFactoryto report progress in the image decoding.- Parameters:
factory- the factory reporting the progresspercentage- the percentage of progress
-