org.apache.tapestry.event
Class PageEvent
java.lang.Object
java.util.EventObject
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
PageEvent
public PageEvent(IPage page,
IRequestCycle cycle)
- Constructs a new instance of the event. The
EventObject.getSource()
of the event will
be the IPage
.
getPage
public IPage getPage()
getRequestCycle
public IRequestCycle getRequestCycle()