|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.primix.tapestry.event.PageEvent
Encapsulates information related to the page listener interfaces.
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |