org.eclipse.birt.report.engine.api.script.eventhandler
Interface IAutoTextEventHandler

All Known Implementing Classes:
AutoTextEventAdapter

public interface IAutoTextEventHandler


Method Summary
 void onCreate(IAutoTextInstance autoTextInstance, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(IAutoTextInstance autoTextInstance, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(IAutoText autoText, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(IAutoTextInstance autoTextInstance, IReportContext reportContext)
          Handle the onRender event
 

Method Detail

onPrepare

void onPrepare(IAutoText autoText,
               IReportContext reportContext)
Handle the onPrepare event


onCreate

void onCreate(IAutoTextInstance autoTextInstance,
              IReportContext reportContext)
Handle the onCreate event


onRender

void onRender(IAutoTextInstance autoTextInstance,
              IReportContext reportContext)
Handle the onRender event


onPageBreak

void onPageBreak(IAutoTextInstance autoTextInstance,
                 IReportContext reportContext)
Handle the onPageBreak event



Copyright © 2008 Actuate Corp. All rights reserved.