Package com.xpn.xwiki.pdf.impl
Class XWikiFOPEventListener
- java.lang.Object
-
- com.xpn.xwiki.pdf.impl.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 Summary
Constructors Constructor Description XWikiFOPEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processEvent(org.apache.fop.events.Event event)
-
-
-
Method Detail
-
processEvent
public void processEvent(org.apache.fop.events.Event event)
- Specified by:
processEvent
in interfaceorg.apache.fop.events.EventListener
- Parameters:
event
- the FOP event received, see FOP events
-
-