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

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

public class CellEventAdapter
extends java.lang.Object
implements ICellEventHandler

Default (empty) implementation of the ICellEventHandler interface


Constructor Summary
CellEventAdapter()
           
 
Method Summary
 void onCreate(ICellInstance cellInstance, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(ICellInstance cellInstance, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(ICell cell, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(ICellInstance cellInstance, 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

CellEventAdapter

public CellEventAdapter()
Method Detail

onPrepare

public void onPrepare(ICell cell,
                      IReportContext reportContext)
Description copied from interface: ICellEventHandler
Handle the onPrepare event

Specified by:
onPrepare in interface ICellEventHandler

onCreate

public void onCreate(ICellInstance cellInstance,
                     IReportContext reportContext)
Description copied from interface: ICellEventHandler
Handle the onCreate event

Specified by:
onCreate in interface ICellEventHandler

onRender

public void onRender(ICellInstance cellInstance,
                     IReportContext reportContext)
Description copied from interface: ICellEventHandler
Handle the onRender event

Specified by:
onRender in interface ICellEventHandler

onPageBreak

public void onPageBreak(ICellInstance cellInstance,
                        IReportContext reportContext)
Description copied from interface: ICellEventHandler
Handle the onPageBreak event

Specified by:
onPageBreak in interface ICellEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.