org.eclipse.emf.ecp.ui.view.swt
Class DebugSWTReportConsumer

java.lang.Object
  extended by 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

Constructor Summary
DebugSWTReportConsumer()
           
 
Method Summary
 void reported(AbstractReport reportEntity)
          Called when a AbstractReport has been received by the ReportService.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSWTReportConsumer

public DebugSWTReportConsumer()
Method Detail

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.