Interface RendererEventProducer

All Superinterfaces:
org.apache.fop.events.EventProducer

public interface RendererEventProducer extends org.apache.fop.events.EventProducer
Event producer interface for rendering-specific events.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Provider class for the event producer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endPage(Object source, int number)
    Triggered at the end of page rendering.
    void
    ioError(Object source, IOException ioe)
    I/O error while writing target file.
  • Method Details

    • ioError

      void ioError(Object source, IOException ioe)
      I/O error while writing target file.
      Parameters:
      source - the event source
      ioe - the original I/O error
      Event severity level:
      ERROR
    • endPage

      void endPage(Object source, int number)
      Triggered at the end of page rendering.
      Parameters:
      source - the event source
      number - the page number