public interface FoTreeListener
extends java.util.EventListener
FoTreeEvent
Modifier and Type | Method and Description |
---|---|
void |
foComplete(FoTreeEvent event)
Method for handling a completed FObj object.
|
void |
foDocumentComplete(FoTreeEvent event)
Method for handling the end of the document.
|
void |
foPageSequenceComplete(FoTreeEvent event)
Method for handling a completed PageSequence object.
|
boolean |
wantsFoCompleteEvents()
This flag gives the FOTreeBuilder an opportunity to avoid creating
unnecessary event objects unless somebody wants them.
|
void foComplete(FoTreeEvent event) throws FoTreeException
event
- The FOTreeEvent that has been fired.FoTreeException
- For errors while processing the event.void foPageSequenceComplete(FoTreeEvent event) throws FoTreeException
event
- The FOTreeEvent that has been fired.FoTreeException
- For errors while processing the event.void foDocumentComplete(FoTreeEvent event) throws FoTreeException
event
- The FOTreeEvent that has been fired.FoTreeException
- For errors while processing the event.boolean wantsFoCompleteEvents()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.