public class PageImageEvent extends PageInitializingEvent
| Constructor and Description |
|---|
PageImageEvent(Page pageSource,
int index,
int total,
long duration,
boolean interrupted)
Construct a new PageImageEvent
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration() |
int |
getIndex()
The image index with respect to the total number of images.
|
int |
getTotal()
The total number of images being loaded for the parent page.
|
isInterruptedpublic PageImageEvent(Page pageSource, int index, int total, long duration, boolean interrupted)
pageSource - parent page.index - index of image in the resource dictionarytotal - total number of images to loaded.interrupted - true if the image loading was interrupted in anyway.