Class CompositeFillListener

java.lang.Object
net.sf.jasperreports.engine.fill.CompositeFillListener
All Implemented Interfaces:
FillListener

public class CompositeFillListener extends Object implements FillListener
FillListener implementation that contains several other listeners.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • CompositeFillListener

      public CompositeFillListener()
  • Method Details

    • addListener

      public static FillListener addListener(FillListener existingListener, FillListener listener)
    • pageGenerated

      public void pageGenerated(JasperPrint jasperPrint, int pageIndex)
      Description copied from interface: FillListener
      Called when a report page has been generated. The page might not be final due to delayed evaluation elements.
      Specified by:
      pageGenerated in interface FillListener
      Parameters:
      jasperPrint - the report that is currently generating
      pageIndex - the index of the page that has been generated
    • pageUpdated

      public void pageUpdated(JasperPrint jasperPrint, int pageIndex)
      Description copied from interface: FillListener
      Called when a previously generated page has been updated, usually by evaluating a delayed element.
      Specified by:
      pageUpdated in interface FillListener
      Parameters:
      jasperPrint - the report that is currently generating
      pageIndex - the index of the page that has been updated