org.apertereports.dashboard.html
Interface ReportStreamReceiver


public interface ReportStreamReceiver

A closure for custom report data handling.


Method Summary
 void receiveStream(ReportTemplate report, byte[] reportData)
          Invoked when the report data is ready to serve.
 

Method Detail

receiveStream

void receiveStream(ReportTemplate report,
                   byte[] reportData)
Invoked when the report data is ready to serve.

Parameters:
report - Input report template
reportData - Bytes of a generated report


Copyright © 2011-2012. All Rights Reserved.