public interface RendererEventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
RendererEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
endPage(java.lang.Object source,
int number)
Triggered at the end of page rendering.
|
void |
ioError(java.lang.Object source,
java.io.IOException ioe)
I/O error while writing target file.
|
void ioError(java.lang.Object source, java.io.IOException ioe)
source
- the event sourceioe
- the original I/O errorvoid endPage(java.lang.Object source, int number)
source
- the event sourcenumber
- the page numberCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.