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

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

public class ListGroupEventAdapter
extends java.lang.Object
implements IListGroupEventHandler


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

Constructor Detail

ListGroupEventAdapter

public ListGroupEventAdapter()
Method Detail

onPrepare

public void onPrepare(IListGroup listGroup,
                      IReportContext context)
Specified by:
onPrepare in interface IListGroupEventHandler

onPageBreak

public void onPageBreak(IReportElementInstance listGroup,
                        IReportContext context)
Specified by:
onPageBreak in interface IListGroupEventHandler


Copyright © 2005 Actuate Corp. All rights reserved.