Class Summary |
DefaultMessageListener | A trivial implementation of a MessageListener
For further explanation |
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(). |
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. |