Interface ILabelEventHandler
- All Known Implementing Classes:
LabelEventAdapter
public interface ILabelEventHandler
Script event handler interface for a label
-
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
-
Method Details
-
onPrepare
Handle the onPrepare event- Throws:
ScriptException
-
onCreate
Handle the onCreate event- Throws:
ScriptException
-
onRender
Handle the onRender event- Throws:
ScriptException
-
onPageBreak
Handle the onPageBreak event- Throws:
ScriptException
-