Classes in org.apache.fop.messaging used by org.apache.fop.messaging |
DefaultMessageListener A trivial implementation of a MessageListener
For further explanation |
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. |