|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.tapestry.event.PageEvent
public class PageEvent
Encapsulates information related to the page listener interfaces.
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 |
---|
public PageEvent(IPage page, IRequestCycle cycle)
EventObject.getSource()
of the event will
be the IPage
.
Method Detail |
---|
public IPage getPage()
public IRequestCycle getRequestCycle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |