Class LabelEventAdapter
java.lang.Object
org.eclipse.birt.report.engine.api.script.eventadapter.LabelEventAdapter
- All Implemented Interfaces:
ILabelEventHandler
Default (empty) implementation of the ILabelEventHandler interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(ILabelInstance label, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(ILabelInstance label, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(ILabel labelHandle, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(ILabelInstance label, IReportContext reportContext) Handle the onRender event
-
Constructor Details
-
LabelEventAdapter
public LabelEventAdapter()
-
-
Method Details
-
onPrepare
Description copied from interface:ILabelEventHandler
Handle the onPrepare event- Specified by:
onPrepare
in interfaceILabelEventHandler
- Throws:
ScriptException
-
onCreate
Description copied from interface:ILabelEventHandler
Handle the onCreate event- Specified by:
onCreate
in interfaceILabelEventHandler
- Throws:
ScriptException
-
onRender
Description copied from interface:ILabelEventHandler
Handle the onRender event- Specified by:
onRender
in interfaceILabelEventHandler
- Throws:
ScriptException
-
onPageBreak
Description copied from interface:ILabelEventHandler
Handle the onPageBreak event- Specified by:
onPageBreak
in interfaceILabelEventHandler
- Throws:
ScriptException
-