|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RendererEventProducer
Event producer interface for rendering-specific events.
Nested Class Summary | |
---|---|
static class |
RendererEventProducer.Provider
Provider class for the event producer. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 number
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |