|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.script.eventadapter.ListEventAdapter
public class ListEventAdapter
Default (empty) implementation of the IListEventHandler interface
Constructor Summary | |
---|---|
ListEventAdapter()
|
Method Summary | |
---|---|
void |
onCreate(IListInstance list,
IReportContext reportContext)
Handle the onCreate event |
void |
onPageBreak(IListInstance list,
IReportContext reportContext)
Handle the onPageBreak event |
void |
onPrepare(IList listHandle,
IReportContext reportContext)
Handle the onPrepare event |
void |
onRender(IListInstance list,
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 |
---|
public ListEventAdapter()
Method Detail |
---|
public void onPrepare(IList listHandle, IReportContext reportContext)
IListEventHandler
onPrepare
in interface IListEventHandler
public void onCreate(IListInstance list, IReportContext reportContext)
IListEventHandler
onCreate
in interface IListEventHandler
public void onRender(IListInstance list, IReportContext reportContext)
IListEventHandler
onRender
in interface IListEventHandler
public void onPageBreak(IListInstance list, IReportContext reportContext)
IListEventHandler
onPageBreak
in interface IListEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |