|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageEventHandler
Script event handler interface for an image
Method Summary | |
---|---|
void |
onCreate(IImageInstance image,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(IImageInstance image,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(IImage imageHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(IImageInstance image,
IReportContext reportContext)
Handle the onRender event |
Method Detail |
---|
void onPrepare(IImage imageHandle, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(IImageInstance image, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IImageInstance image, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IImageInstance image, IReportContext reportContext) throws ScriptException
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |