Uses of Interface
org.apache.fop.events.EventListener
-
Packages that use EventListener Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.events Subsystem for reporting events inside FOP to client applications. -
-
Uses of EventListener in org.apache.fop.apps
Fields in org.apache.fop.apps declared as EventListener Modifier and Type Field Description private EventListener
FOUserAgent.FOPEventBroadcaster. rootListener
-
Uses of EventListener in org.apache.fop.events
Classes in org.apache.fop.events that implement EventListener Modifier and Type Class Description class
CompositeEventListener
EventListener implementation forwards events to possibly multiple other EventListeners.class
FOPEventListenerProxy
EventListener proxy that inspects all events and adjusts severity levels where necessary.class
LoggingEventListener
EventListener implementation that redirects events to Commons Logging.Fields in org.apache.fop.events declared as EventListener Modifier and Type Field Description private EventListener
FOPEventListenerProxy. delegate
Fields in org.apache.fop.events with type parameters of type EventListener Modifier and Type Field Description private java.util.List<EventListener>
CompositeEventListener. listeners
Methods in org.apache.fop.events with parameters of type EventListener Modifier and Type Method Description void
CompositeEventListener. addEventListener(EventListener listener)
Adds an event listener to the broadcaster.void
DefaultEventBroadcaster. addEventListener(EventListener listener)
Adds an event listener to the broadcaster.void
EventBroadcaster. addEventListener(EventListener listener)
Adds an event listener to the broadcaster.void
CompositeEventListener. removeEventListener(EventListener listener)
Removes an event listener from the broadcaster.void
DefaultEventBroadcaster. removeEventListener(EventListener listener)
Removes an event listener from the broadcaster.void
EventBroadcaster. removeEventListener(EventListener listener)
Removes an event listener from the broadcaster.Constructors in org.apache.fop.events with parameters of type EventListener Constructor Description FOPEventListenerProxy(EventListener delegate, FOUserAgent userAgent)
Main constructor.
-