org.eclipse.emf.ecp.ui.view.swt
Class DebugSWTReportConsumer
java.lang.Object
org.eclipse.emf.ecp.ui.view.swt.DebugSWTReportConsumer
- All Implemented Interfaces:
- ReportServiceConsumer
public class DebugSWTReportConsumer
- extends Object
- implements ReportServiceConsumer
A ReportServiceConsumer
that display a dialog
for each report.
- Since:
- 1.5
- Author:
- emueller
DebugSWTReportConsumer
public DebugSWTReportConsumer()
reported
public void reported(AbstractReport reportEntity)
- Called when a
AbstractReport
has been received
by the ReportService
.
- Specified by:
reported
in interface ReportServiceConsumer
- Parameters:
reportEntity
- the received AbstractReport
- Since:
- 1.6
- See Also:
ReportServiceConsumer.reported(org.eclipse.emfforms.spi.common.report.AbstractReport)
Copyright © 2015. All Rights Reserved.