public interface RendererEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
RendererEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
endPage(Object source,
int number)
Triggered at the end of page rendering.
|
void |
ioError(Object source,
IOException ioe)
I/O error while writing target file.
|
void ioError(Object source, IOException ioe)
source
- the event sourceioe
- the original I/O errorvoid endPage(Object source, int number)
source
- the event sourcenumber
- the page numberCopyright © 2025 Apache Software Foundation. All rights reserved.