Package org.apache.fop.messaging

Interface Summary
MessageListener For 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
DefaultMessageListener A trivial implementation of a MessageListener.
MessageEvent a 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;
MessageHandler The 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().
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.