Package com.twelvemonkeys.image
Interface BufferedImageFactory.ProgressListener
- All Superinterfaces:
EventListener
- Enclosing class:
- BufferedImageFactory
This interface allows clients of a
BufferedImageFactory
to
receive notifications of decoding progress.-
Method Summary
Modifier and TypeMethodDescriptionvoid
progress
(BufferedImageFactory pFactory, float pPercentage) Reports progress to this listener.
-
Method Details
-
progress
Reports progress to this listener. Invoked by theBufferedImageFactory
to report progress in the image decoding.- Parameters:
pFactory
- the factory reporting the progresspPercentage
- the percentage of progress
-