org.eclipse.birt.report.engine.api.script.eventhandler
Interface IMasterPageEventHandler
- All Known Implementing Classes:
- MasterPageEventAdapter
public interface IMasterPageEventHandler
onPageStart
void onPageStart(IPageInstance page,
IReportContext reportContext)
throws ScriptException
- Handle the onPageStart event
- Throws:
ScriptException
onPageEnd
void onPageEnd(IPageInstance page,
IReportContext reportContext)
throws ScriptException
- Handle the onPageEnd event
- Throws:
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.