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

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

public class LabelEventAdapter
extends java.lang.Object
implements ILabelEventHandler

Default (empty) implementation of the ILabelEventHandler interface


Constructor Summary
LabelEventAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelEventAdapter

public LabelEventAdapter()
Method Detail

onPrepare

public void onPrepare(ILabel labelHandle,
                      IReportContext reportContext)
Description copied from interface: ILabelEventHandler
Handle the onPrepare event

Specified by:
onPrepare in interface ILabelEventHandler

onCreate

public void onCreate(ILabelInstance label,
                     IReportContext reportContext)
Description copied from interface: ILabelEventHandler
Handle the onCreate event

Specified by:
onCreate in interface ILabelEventHandler

onRender

public void onRender(ILabelInstance label,
                     IReportContext reportContext)
Description copied from interface: ILabelEventHandler
Handle the onRender event

Specified by:
onRender in interface ILabelEventHandler

onPageBreak

public void onPageBreak(ILabelInstance label,
                        IReportContext reportContext)
Description copied from interface: ILabelEventHandler
Handle the onPageBreak event

Specified by:
onPageBreak in interface ILabelEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.