org.pentaho.reporting.engine.classic.core.layout.output
Interface LayoutPagebreakHandler

All Known Implementing Classes:
DefaultLayoutPagebreakHandler

public interface LayoutPagebreakHandler

A listener that gets informed whenever the layoutsystem generates a pagebreak. This interface should be implemented by the output-function so that it can fire the PageEvents. If you feel the urge to implement that function: GET LOST!

Author:
Thomas Morgner

Method Summary
 void pageFinished()
           
 void pageStarted()
           
 

Method Detail

pageFinished

void pageFinished()

pageStarted

void pageStarted()