|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.axsl.fo.FoTreeEvent
public class FoTreeEvent
An Event used for notification that various stages of the building of an FO tree have been completed. Events are fired when an FObj is complete, when a PageSequence is complete, and when the document is complete.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
Fo |
getFo()
Returns the FObj instance attached to this event. |
PageSequence |
getPageSequence()
Returns the PageSequence instance attached to this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public Fo getFo()
public PageSequence getPageSequence()
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.