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

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

public class TableEventAdapter
extends java.lang.Object
implements ITableEventHandler

Default (empty) implementation of the ITableEventHandler interface


Constructor Summary
TableEventAdapter()
           
 
Method Summary
 void onCreate(ITableInstance table, IReportContext reportContext)
          Handle the onCreate event
 void onPageBreak(ITableInstance table, IReportContext reportContext)
          Handle the onPageBreak event
 void onPrepare(ITable tableHandle, IReportContext reportContext)
          Handle the onPrepare event
 void onRender(ITableInstance table, 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

TableEventAdapter

public TableEventAdapter()
Method Detail

onPrepare

public void onPrepare(ITable tableHandle,
                      IReportContext reportContext)
Description copied from interface: ITableEventHandler
Handle the onPrepare event

Specified by:
onPrepare in interface ITableEventHandler

onCreate

public void onCreate(ITableInstance table,
                     IReportContext reportContext)
Description copied from interface: ITableEventHandler
Handle the onCreate event

Specified by:
onCreate in interface ITableEventHandler

onRender

public void onRender(ITableInstance table,
                     IReportContext reportContext)
Description copied from interface: ITableEventHandler
Handle the onRender event

Specified by:
onRender in interface ITableEventHandler

onPageBreak

public void onPageBreak(ITableInstance table,
                        IReportContext reportContext)
Description copied from interface: ITableEventHandler
Handle the onPageBreak event

Specified by:
onPageBreak in interface ITableEventHandler


Copyright © 2008 Actuate Corp. All rights reserved.