Class 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 Detail

      • CompositeFillListener

        public CompositeFillListener()
    • Method Detail

      • 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