EventProducer
public interface RendererEventProducer extends EventProducer
Modifier and Type | Interface | Description |
---|---|---|
static class |
RendererEventProducer.Provider |
Provider class for the event producer.
|
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.