TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.render.internal
Class NullRenderMonitor

java.lang.Object
  extended byorg.eclipse.tptp.platform.report.render.internal.NullRenderMonitor
All Implemented Interfaces:
IRenderMonitor

public class NullRenderMonitor
extends java.lang.Object
implements IRenderMonitor

This class handles no render event. It is a stub for IRender.draw call


Constructor Summary
NullRenderMonitor()
           
 
Method Summary
 void beginElement(IDItem item, java.lang.String id)
          starts the drawing of a render element
 void endElement(IDItem item, java.lang.String id)
          terminates the drawing of a render element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullRenderMonitor

public NullRenderMonitor()
Method Detail

beginElement

public void beginElement(IDItem item,
                         java.lang.String id)
Description copied from interface: IRenderMonitor
starts the drawing of a render element

Specified by:
beginElement in interface IRenderMonitor

endElement

public void endElement(IDItem item,
                       java.lang.String id)
Description copied from interface: IRenderMonitor
terminates the drawing of a render element

Specified by:
endElement in interface IRenderMonitor

TPTP 4.2.0 Platform Project
Internal API Specification