org.eclipse.birt.report.engine.api.script.eventadapter
Class DynamicTextEventAdapter

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.script.eventadapter.DynamicTextEventAdapter
All Implemented Interfaces:
IDynamicTextEventHandler

public class DynamicTextEventAdapter
extends java.lang.Object
implements IDynamicTextEventHandler

Default (empty) implementation of the IDynamicTextEventHandler interface


Constructor Summary
DynamicTextEventAdapter()
           
 
Method Summary
 void onCreate(IDynamicTextInstance text, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(IDynamicTextInstance text, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(IDynamicText textData, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(IDynamicTextInstance text, IReportContext reportContext)
          Handle the onRender event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicTextEventAdapter

public DynamicTextEventAdapter()
Method Detail

onPrepare

public void onPrepare(IDynamicText textData,
                      IReportContext reportContext)
Description copied from interface: IDynamicTextEventHandler
Handle the onPrepare event

Specified by:
onPrepare in interface IDynamicTextEventHandler

onCreate

public void onCreate(IDynamicTextInstance text,
                     IReportContext reportContext)
Description copied from interface: IDynamicTextEventHandler
Handle the onCreate event

Specified by:
onCreate in interface IDynamicTextEventHandler

onRender

public void onRender(IDynamicTextInstance text,
                     IReportContext reportContext)
Description copied from interface: IDynamicTextEventHandler
Handle the onRender event

Specified by:
onRender in interface IDynamicTextEventHandler

onPageBreak

public void onPageBreak(IDynamicTextInstance text,
                        IReportContext reportContext)
Description copied from interface: IDynamicTextEventHandler
Handle the onPageBreak event

Specified by:
onPageBreak in interface IDynamicTextEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.