fop svn-trunk

Package org.apache.fop.events

Subsystem for reporting events inside FOP to client applications.

See:
          Description

Interface Summary
EventBroadcaster The EventBroadcaster is the central relay point for events.
EventExceptionManager.ExceptionFactory This interface is implementation by exception factories that can create exceptions from events.
EventListener This interface is implemented by clients who want to listen for events.
EventProducer This is a marker interface which all event producer interfaces need to extend.
ResourceEventProducer Event producer interface for resource events (missing images, fonts etc.).
 

Class Summary
CompositeEventListener EventListener implementation forwards events to possibly multiple other EventListeners.
DefaultEventBroadcaster Default implementation of the EventBroadcaster interface.
Event This is the default event class used by this package.
Event.ParamsBuilder This class is a fluent builder class for building up the parameter map.
EventExceptionManager This class is responsible for converting events into exceptions.
EventFormatter Converts events into human-readable, localized messages.
EventFormatter.LookupFieldPartFactory PartFactory for lookups.
FOPEventListenerProxy EventListener proxy that inspects all events and adjusts severity levels where necessary.
FOPEventModelFactory Factory for FOP's main event model.
LoggingEventListener EventListener implementation that redirects events to Commons Logging.
PropertyExceptionFactory Exception factory for PropertyException.
ResourceEventProducer.Provider Provider class for the event producer.
UnsupportedOperationExceptionFactory Exception factory for UnsupportedOperationException.
ValidationExceptionFactory Exception factory for ValidationException.
 

Package org.apache.fop.events Description

Subsystem for reporting events inside FOP to client applications.


fop svn-trunk

Copyright 1999-2009 The Apache Software Foundation. All Rights Reserved.