org.apache.tapestry.event
Class PageEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.tapestry.event.PageEvent
All Implemented Interfaces:
Serializable

public class PageEvent
extends EventObject

Encapsulates information related to the page listener interfaces.

Since:
1.0.5
Version:
$Id: PageEvent.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PageEvent(IPage page, IRequestCycle cycle)
          Constructs a new instance of the event.
 
Method Summary
 IPage getPage()
           
 IRequestCycle getRequestCycle()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageEvent

public PageEvent(IPage page,
                 IRequestCycle cycle)
Constructs a new instance of the event. The EventObject.getSource() of the event will be the IPage.

Method Detail

getPage

public IPage getPage()

getRequestCycle

public IRequestCycle getRequestCycle()