public static interface BufferedImageFactory.ProgressListener extends EventListener
BufferedImageFactory to
receive notifications of decoding progress.| Modifier and Type | Method and Description |
|---|---|
void |
progress(BufferedImageFactory pFactory,
float pPercentage)
Reports progress to this listener.
|
void progress(BufferedImageFactory pFactory, float pPercentage)
BufferedImageFactory to report progress in
the image decoding.pFactory - the factory reporting the progresspPercentage - the percentage of progressCopyright © 2022. All rights reserved.