org.apache.fop.events
Class FOPEventListenerProxy
java.lang.Object
org.apache.fop.events.FOPEventListenerProxy
public class FOPEventListenerProxy
- extends java.lang.Object
EventListener proxy that inspects all events and adjusts severity levels where necessary.
For validation events, it reacts on each event based on the strict validation setting in
the user agent.
For layout events, it reduces the default severity level if FOP signals that it can recover
from the event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOPEventListenerProxy
public FOPEventListenerProxy(EventListener delegate,
FOUserAgent userAgent)
- Main constructor.
- Parameters:
delegate
- the event listener to delegate events touserAgent
- the FO user agent
processEvent
public void processEvent(Event event)
-
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.