public class FoTreeEvent
extends java.util.EventObject
| Constructor and Description |
|---|
FoTreeEvent(java.lang.Object source)
Constructor for a "Document complete" event.
|
FoTreeEvent(java.lang.Object source,
Fo fobj)
Constructor for an "FObj complete" event.
|
FoTreeEvent(java.lang.Object source,
PageSequence pageSequence)
Constructor for a "PageSequence complete" event.
|
| Modifier and Type | Method and Description |
|---|---|
Fo |
getFo()
Returns the FObj instance attached to this event.
|
PageSequence |
getPageSequence()
Returns the PageSequence instance attached to this event.
|
public FoTreeEvent(java.lang.Object source,
Fo fobj)
source - the Object that fired the event.fobj - The FObj instance that was just created.public FoTreeEvent(java.lang.Object source)
source - the Object that fired the event.public FoTreeEvent(java.lang.Object source,
PageSequence pageSequence)
source - the Object that fired the event.pageSequence - The PageSequence instance that was just completed.public Fo getFo()
public PageSequence getPageSequence()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.