|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.axsl.foR.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,
FObj fobj)
Constructor for an "FObj complete" event. |
|
FOTreeEvent(java.lang.Object source,
PageSequence pageSequence)
Constructor for a "PageSequence complete" event. |
Method Summary | |
FObj |
getFObj()
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, FObj 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 FObj getFObj()
public PageSequence getPageSequence()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.