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 EventListenerFOUserAgent.FOPEventBroadcaster.rootListener -
Uses of EventListener in org.apache.fop.events
Classes in org.apache.fop.events that implement EventListenerModifier and TypeClassDescriptionclassEventListener implementation forwards events to possibly multiple other EventListeners.classEventListener proxy that inspects all events and adjusts severity levels where necessary.classEventListener 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 TypeMethodDescriptionvoidCompositeEventListener.addEventListener(EventListener listener) Adds an event listener to the broadcaster.voidDefaultEventBroadcaster.addEventListener(EventListener listener) Adds an event listener to the broadcaster.voidEventBroadcaster.addEventListener(EventListener listener) Adds an event listener to the broadcaster.voidCompositeEventListener.removeEventListener(EventListener listener) Removes an event listener from the broadcaster.voidDefaultEventBroadcaster.removeEventListener(EventListener listener) Removes an event listener from the broadcaster.voidEventBroadcaster.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.