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

java.lang.Object
  extended byorg.eclipse.birt.report.engine.api.script.eventadapter.TableGroupEventAdapter
All Implemented Interfaces:
ITableGroupEventHandler

public class TableGroupEventAdapter
extends java.lang.Object
implements ITableGroupEventHandler


Constructor Summary
TableGroupEventAdapter()
           
 
Method Summary
 void onPageBreak(IReportElementInstance tableGroup, IReportContext context)
           
 void onPrepare(ITableGroup tableGroup, IReportContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGroupEventAdapter

public TableGroupEventAdapter()
Method Detail

onPrepare

public void onPrepare(ITableGroup tableGroup,
                      IReportContext context)
Specified by:
onPrepare in interface ITableGroupEventHandler

onPageBreak

public void onPageBreak(IReportElementInstance tableGroup,
                        IReportContext context)
Specified by:
onPageBreak in interface ITableGroupEventHandler


Copyright © 2005 Actuate Corp. All rights reserved.