public class PageEvent extends java.util.EventObject
| Constructor and Description |
|---|
PageEvent(IPage page,
IRequestCycle cycle)
Constructs a new instance of the event.
|
| Modifier and Type | Method and Description |
|---|---|
IPage |
getPage() |
IRequestCycle |
getRequestCycle() |
public PageEvent(IPage page, IRequestCycle cycle)
EventObject.getSource() of the event will
be the IPage.public IRequestCycle getRequestCycle()