TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.render.internal
Interface IRenderMonitor

All Known Implementing Classes:
NullRenderMonitor

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IRenderMonitor

This interface provides the message to know when the render begins and terminates the drawing of an element


Method Summary
 void beginElement(IDItem item, java.lang.String id)
          Deprecated. starts the drawing of a render element
 void endElement(IDItem item, java.lang.String id)
          Deprecated. terminates the drawing of a render element
 

Method Detail

beginElement

void beginElement(IDItem item,
                  java.lang.String id)
Deprecated. 
starts the drawing of a render element


endElement

void endElement(IDItem item,
                java.lang.String id)
Deprecated. 
terminates the drawing of a render element


TPTP 4.6.0 Platform Project
Internal API Specification