Class AutoTextEventAdapter
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.script.eventadapter.AutoTextEventAdapter
-
- All Implemented Interfaces:
IAutoTextEventHandler
public class AutoTextEventAdapter extends java.lang.Object implements IAutoTextEventHandler
Default (empty) implementation of the IAutoTextEventHandler interface
-
-
Constructor Summary
Constructors Constructor Description AutoTextEventAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
Method Detail
-
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
public void onPrepare(IAutoText autoText, IReportContext reportContext) throws ScriptException
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
-
-