org.eclipse.emfforms.spi.common.report
Interface ReportServiceConsumer

All Known Implementing Classes:
DebugSWTReportConsumer, InvalidGridDescriptionReportConsumer, LogConsumer

public interface ReportServiceConsumer

Common base types for any AbstractReport consumer that may be added to the ReportService in order to be notified.

Since:
1.5
Author:
emueller

Method Summary
 void reported(AbstractReport reportEntity)
          Called when a AbstractReport has been received by the ReportService.
 

Method Detail

reported

void reported(AbstractReport reportEntity)
Called when a AbstractReport has been received by the ReportService.

Parameters:
reportEntity - the received AbstractReport


Copyright © 2015. All Rights Reserved.