Interface ReportTarget

All Known Subinterfaces:
StatefullReportTarget
All Known Implementing Classes:
AbstractReportTarget, BufferedReportTarget, EmptyReportTarget, LibLayoutReportTarget, RawReportTarget, XmlPrintReportTarget

public interface ReportTarget
The report target is responsible for the content creation. There are targets which forward all incomming calls to LibLayout, while other targets process the content directly.
Author:
Thomas Morgner