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 EventListenerFOUserAgent.FOPEventBroadcaster. rootListener -
Uses of EventListener in org.apache.fop.events
Classes in org.apache.fop.events that implement EventListener Modifier and Type Class Description classCompositeEventListenerEventListener implementation forwards events to possibly multiple other EventListeners.classFOPEventListenerProxyEventListener proxy that inspects all events and adjusts severity levels where necessary.classLoggingEventListenerEventListener implementation that redirects events to Commons Logging.Fields in org.apache.fop.events declared as EventListener Modifier and Type Field Description private EventListenerFOPEventListenerProxy. delegateFields in org.apache.fop.events with type parameters of type EventListener Modifier and Type Field Description private java.util.List<EventListener>CompositeEventListener. listenersMethods in org.apache.fop.events with parameters of type EventListener Modifier and Type Method Description voidCompositeEventListener. 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 EventListener Constructor Description FOPEventListenerProxy(EventListener delegate, FOUserAgent userAgent)Main constructor.
-