SourceForge.net Logo
aXSL API 0.1

org.axsl.areaW
Class AreaTreeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.axsl.areaW.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, PageArea page)
          Constructor for a "Page complete" event.
 
Method Summary
 PageArea 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,
                     PageArea page)
Constructor for a "Page complete" event.

Parameters:
source - the Object that fired the event.
page - The PageArea instance that was just completed.
Method Detail

getPage

public PageArea 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.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.