public class AutoTextEventAdapter extends java.lang.Object implements IAutoTextEventHandler
Constructor and Description |
---|
AutoTextEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IAutoText autoText,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onRender event
|
public void onCreate(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException
IAutoTextEventHandler
onCreate
in interface IAutoTextEventHandler
ScriptException
public void onPageBreak(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException
IAutoTextEventHandler
onPageBreak
in interface IAutoTextEventHandler
ScriptException
public void onPrepare(IAutoText autoText, IReportContext reportContext) throws ScriptException
IAutoTextEventHandler
onPrepare
in interface IAutoTextEventHandler
ScriptException
public void onRender(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException
IAutoTextEventHandler
onRender
in interface IAutoTextEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.