SourceForge.net Logo
aXSL API 0.2

org.axsl.area
Class AreaTreeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.axsl.area.AreaTreeEvent
All Implemented Interfaces:
java.io.Serializable

public class AreaTreeEvent
extends java.util.EventObject

An Event used for notification that various stages of the building of an Area tree have been completed. Events are fired when an a page is complete, and when the document (AreaTree) is complete.

See Also:
Serialized Form

Constructor Summary
AreaTreeEvent(java.lang.Object source, Page page)
          Constructor for a "Page complete" event.
 
Method Summary
 Page getPage()
          Returns the page for whose completion this event was fired.
 
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

AreaTreeEvent

public AreaTreeEvent(java.lang.Object source,
                     Page page)
Constructor for a "Page complete" event.

Parameters:
source - the Object that fired the event.
page - The readablePageArea instance that was just completed and is ready to be processed.
Method Detail

getPage

public Page getPage()
Returns the page for whose completion this event was fired.

Returns:
The PageArea object attached to this event. This will return null for non-PageArea events.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.