Class XWikiFOPEventListener

  • All Implemented Interfaces:
    EventListener, org.apache.fop.events.EventListener

    public class XWikiFOPEventListener
    extends Object
    implements org.apache.fop.events.EventListener
    Prevent errors happening in FOP from stopping the PDF export. For example unrecognized FOP properties are ignored and don't generate an exception.
    Since:
    9.4RC1
    Version:
    $Id: a1e7d8149e244c4509818827d42b9fe5eb6223c9 $
    • Constructor Detail

      • XWikiFOPEventListener

        public XWikiFOPEventListener()
    • Method Detail

      • processEvent

        public void processEvent​(org.apache.fop.events.Event event)
        Specified by:
        processEvent in interface org.apache.fop.events.EventListener
        Parameters:
        event - the FOP event received, see FOP events