org.eclipse.birt.report.engine.api.script.eventhandler
Interface ITableGroupEventHandler

All Known Implementing Classes:
TableGroupEventAdapter

public interface ITableGroupEventHandler


Method Summary
 void onPageBreak(IReportElementInstance tableGroup, IReportContext context)
           
 void onPrepare(ITableGroup tableGroup, IReportContext context)
           
 

Method Detail

onPrepare

public void onPrepare(ITableGroup tableGroup,
                      IReportContext context)

onPageBreak

public void onPageBreak(IReportElementInstance tableGroup,
                        IReportContext context)


Copyright © 2005 Actuate Corp. All rights reserved.