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

All Known Implementing Classes:
LabelEventAdapter

public interface ILabelEventHandler

Script event handler interface for a label


Method Summary
 void onCreate(ILabelInstance label, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(ILabelInstance label, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(ILabel labelHandle, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(ILabelInstance label, IReportContext reportContext)
          Handle the onRender event
 

Method Detail

onPrepare

public void onPrepare(ILabel labelHandle,
                      IReportContext reportContext)
Handle the onPrepare event


onCreate

public void onCreate(ILabelInstance label,
                     IReportContext reportContext)
Handle the onCreate event


onRender

public void onRender(ILabelInstance label,
                     IReportContext reportContext)
Handle the onRender event


onPageBreak

public void onPageBreak(ILabelInstance label,
                        IReportContext reportContext)
Handle the onPageBreak event



Copyright © 2005 Actuate Corp. All rights reserved.