Uses of Interface
org.apache.fop.events.EventListener
Packages that use EventListener
Package
Description
Application classes used for running FOP embedded in other applications.
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 EventListenerModifier and TypeFieldDescriptionprivate EventListener
FOUserAgent.FOPEventBroadcaster.rootListener
-
Uses of EventListener in org.apache.fop.events
Classes in org.apache.fop.events that implement EventListenerModifier and TypeClassDescriptionclass
EventListener implementation forwards events to possibly multiple other EventListeners.class
EventListener proxy that inspects all events and adjusts severity levels where necessary.class
EventListener implementation that redirects events to Commons Logging.Fields in org.apache.fop.events declared as EventListenerFields in org.apache.fop.events with type parameters of type EventListenerMethods in org.apache.fop.events with parameters of type EventListenerModifier and TypeMethodDescriptionvoid
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 EventListenerModifierConstructorDescriptionFOPEventListenerProxy
(EventListener delegate, FOUserAgent userAgent) Main constructor.