EventListenerpublic static interface BufferedImageFactory.ProgressListener extends EventListener
BufferedImageFactory to
receive notifications of decoding progress.| Modifier and Type | Method | 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 © 2018. All rights reserved.