Package org.apache.fop.messaging

Class Diagram Summary
messaging 
 

Interface Summary
MessageListenerFor situations, where the messages Fop directs to the user have to be handled in some special way, the interface MessageListener and the class MessageEvent are provided.
 

Class Summary
DefaultMessageListenerA trivial implementation of a MessageListener For further explanation
MessageEventa container for the text and the type of a message MessageEvents are created by MessageHandler and can be received by any MessageListener, which is added to MessageHandler;
MessageHandlerThe class MessageHandler contains the static methods log and error which should be used for any end user information instead of System.out.print() or System.err.print().