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

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

public class GridEventAdapter
extends java.lang.Object
implements IGridEventHandler

Default (empty) implementation of the IGridEventHandler interface


Constructor Summary
GridEventAdapter()
           
 
Method Summary
 void onCreate(IGridInstance grid, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(IGridInstance grid, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(IGrid grid, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(IGridInstance grid, IReportContext reportContext)
          Handle the onRender event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridEventAdapter

public GridEventAdapter()
Method Detail

onPrepare

public void onPrepare(IGrid grid,
                      IReportContext reportContext)
Description copied from interface: IGridEventHandler
Handle the onPrepare event

Specified by:
onPrepare in interface IGridEventHandler

onCreate

public void onCreate(IGridInstance grid,
                     IReportContext reportContext)
Description copied from interface: IGridEventHandler
Handle the onCreate event

Specified by:
onCreate in interface IGridEventHandler

onRender

public void onRender(IGridInstance grid,
                     IReportContext reportContext)
Description copied from interface: IGridEventHandler
Handle the onRender event

Specified by:
onRender in interface IGridEventHandler

onPageBreak

public void onPageBreak(IGridInstance grid,
                        IReportContext reportContext)
Description copied from interface: IGridEventHandler
Handle the onPageBreak event

Specified by:
onPageBreak in interface IGridEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.