public class DynamicTextEventAdapter extends java.lang.Object implements IDynamicTextEventHandler
Constructor and Description |
---|
DynamicTextEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IDynamicText textData,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onRender event
|
public void onPrepare(IDynamicText textData, IReportContext reportContext) throws ScriptException
IDynamicTextEventHandler
onPrepare
in interface IDynamicTextEventHandler
ScriptException
public void onCreate(IDynamicTextInstance text, IReportContext reportContext) throws ScriptException
IDynamicTextEventHandler
onCreate
in interface IDynamicTextEventHandler
ScriptException
public void onRender(IDynamicTextInstance text, IReportContext reportContext) throws ScriptException
IDynamicTextEventHandler
onRender
in interface IDynamicTextEventHandler
ScriptException
public void onPageBreak(IDynamicTextInstance text, IReportContext reportContext) throws ScriptException
IDynamicTextEventHandler
onPageBreak
in interface IDynamicTextEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.