Class YieldReportListener

  • All Implemented Interfaces:
    EventListener, ReportProgressListener

    public class YieldReportListener
    extends Object
    implements ReportProgressListener
    A report listener that calls Thread.yield() on each generated event. Although this slows down the report processing a bit, this also makes the application a lot more responsive as the report-thread does no longer block the CPU all the time.
    Author:
    Thomas Morgner