Class AutoTextEventAdapter
java.lang.Object
org.eclipse.birt.report.engine.api.script.eventadapter.AutoTextEventAdapter
- All Implemented Interfaces:
IAutoTextEventHandler
Default (empty) implementation of the IAutoTextEventHandler interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(IAutoTextInstance autoTextInstance, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(IAutoTextInstance autoTextInstance, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(IAutoText autoText, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(IAutoTextInstance autoTextInstance, IReportContext reportContext) Handle the onRender event
-
Constructor Details
-
AutoTextEventAdapter
public AutoTextEventAdapter()
-
-
Method Details
-
onCreate
public void onCreate(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException Description copied from interface:IAutoTextEventHandler
Handle the onCreate event- Specified by:
onCreate
in interfaceIAutoTextEventHandler
- Throws:
ScriptException
-
onPageBreak
public void onPageBreak(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException Description copied from interface:IAutoTextEventHandler
Handle the onPageBreak event- Specified by:
onPageBreak
in interfaceIAutoTextEventHandler
- Throws:
ScriptException
-
onPrepare
Description copied from interface:IAutoTextEventHandler
Handle the onPrepare event- Specified by:
onPrepare
in interfaceIAutoTextEventHandler
- Throws:
ScriptException
-
onRender
public void onRender(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException Description copied from interface:IAutoTextEventHandler
Handle the onRender event- Specified by:
onRender
in interfaceIAutoTextEventHandler
- Throws:
ScriptException
-