|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PageEventListener gets informed of PageEvents.
This is an extracted interface of the original ReportEventListener. As page events are only fired by some (page sensitive) report processors, there is no need to support page events in the ReportEventListener interface.
Functions that should be informed of page events should implement this interface.
Information: The pageCanceled method is called, if a empty page was created and was removed from the report afterwards.
Method Summary | |
void |
pageCanceled(ReportEvent event)
Receives notification that a page was canceled by the ReportProcessor. |
void |
pageFinished(ReportEvent event)
Receives notification that a page is completed. |
void |
pageStarted(ReportEvent event)
Receives notification that a new page is being started. |
Method Detail |
public void pageStarted(ReportEvent event)
event
- The event.public void pageFinished(ReportEvent event)
event
- The event.public void pageCanceled(ReportEvent event)
event
- The event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |