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

All Known Implementing Classes:
ListGroupEventAdapter

public interface IListGroupEventHandler


Method Summary
 void onPageBreak(IReportElementInstance listGroup, IReportContext context)
           
 void onPrepare(IListGroup listGroup, IReportContext context)
           
 

Method Detail

onPrepare

public void onPrepare(IListGroup listGroup,
                      IReportContext context)

onPageBreak

public void onPageBreak(IReportElementInstance listGroup,
                        IReportContext context)


Copyright © 2005 Actuate Corp. All rights reserved.