Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » event » [javadoc | source]
org.jfree.report.event
public interface: PageEventListener [javadoc | source]

All Implemented Interfaces:
    EventListener

All Known Implementing Classes:
    PaintDynamicComponentFunction, ShowElementByNameFunction, AttributeExpressionsEvaluator, ElementTrafficLightFunction, CellFormatFunction, ElementColorFunction, DataSchemaFormatFunction, PageFunction, SimplePageLayoutDelegate, HideElementIfDataAvailableExpression, AbstractElementFormatFunction, MetaDataStyleEvaluator, FlowPageLayouter, EventMonitorFunction, TotalPageItemCountFunction, SimplePageLayouter, ShowElementIfDataAvailableExpression, PageLayouter, HideNullValuesFunction, HideElementByNameFunction, StyleExpressionsEvaluator, PageItemSumFunction, DefaultOutputFunction, SheetNameFunction, ItemHideFunction, PageTotalFunction, ElementVisibilitySwitchFunction, PageItemCountFunction, TableWriter, NegativeNumberPaintChangeFunction, LevelledExpressionList, CreateHyperLinksFunction, ElementVisibilityFunction, ImageRenderFunction, PageOfPagesFunction, RowBandingFunction

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 from org.jfree.report.event.PageEventListener Summary:
pageFinished,   pageStarted
Method from org.jfree.report.event.PageEventListener Detail:
 public  void pageFinished(ReportEvent event)
    Receives notification that a page is completed.
 public  void pageStarted(ReportEvent event)
    Receives notification that a new page is being started.