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 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



Copyright © 2005 Actuate Corp. All rights reserved.