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

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

public class TextItemEventAdapter
extends java.lang.Object
implements ITextItemEventHandler

Default (empty) implementation of the ITextItemEventHandler interface


Constructor Summary
TextItemEventAdapter()
           
 
Method Summary
 void onCreate(ITextItemInstance text, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(ITextItemInstance text, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(ITextItem textItemHandle, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(ITextItemInstance 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

TextItemEventAdapter

public TextItemEventAdapter()
Method Detail

onPrepare

public void onPrepare(ITextItem textItemHandle,
                      IReportContext reportContext)
Description copied from interface: ITextItemEventHandler
Handle the onPrepare event

Specified by:
onPrepare in interface ITextItemEventHandler

onCreate

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

Specified by:
onCreate in interface ITextItemEventHandler

onRender

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

Specified by:
onRender in interface ITextItemEventHandler

onPageBreak

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

Specified by:
onPageBreak in interface ITextItemEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.