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
- 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()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.