org.eclipse.birt.report.engine.api.script.eventadapter
Class MasterPageEventAdapter

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.script.eventadapter.MasterPageEventAdapter
All Implemented Interfaces:
IMasterPageEventHandler

public class MasterPageEventAdapter
extends java.lang.Object
implements IMasterPageEventHandler


Constructor Summary
MasterPageEventAdapter()
           
 
Method Summary
 void onPageEnd(IPageInstance page, IReportContext reportContext)
          Handle the onPageEnd event
 void onPageStart(IPageInstance page, IReportContext reportContext)
          Handle the onPageStart event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterPageEventAdapter

public MasterPageEventAdapter()
Method Detail

onPageStart

public void onPageStart(IPageInstance page,
                        IReportContext reportContext)
                 throws ScriptException
Description copied from interface: IMasterPageEventHandler
Handle the onPageStart event

Specified by:
onPageStart in interface IMasterPageEventHandler
Throws:
ScriptException

onPageEnd

public void onPageEnd(IPageInstance page,
                      IReportContext reportContext)
               throws ScriptException
Description copied from interface: IMasterPageEventHandler
Handle the onPageEnd event

Specified by:
onPageEnd in interface IMasterPageEventHandler
Throws:
ScriptException


Copyright © 2008 Actuate Corp. All rights reserved.