Package | Description |
---|---|
org.eclipse.birt.report.engine.api.script.eventadapter |
This package contains adapters for the event handler interfaces in
org.eclipse.birt.report.engine.api.script.eventhandler.
|
org.eclipse.birt.report.engine.api.script.eventhandler |
This package contains event handler interfaces for the BIRT scripting environment.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEventAdapter.onCreate(IListInstance list,
IReportContext reportContext) |
void |
ListEventAdapter.onPageBreak(IListInstance list,
IReportContext reportContext) |
void |
ListEventAdapter.onRender(IListInstance list,
IReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
void |
IListEventHandler.onCreate(IListInstance list,
IReportContext reportContext)
Handle the onCreate event
|
void |
IListEventHandler.onPageBreak(IListInstance list,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
IListEventHandler.onRender(IListInstance list,
IReportContext reportContext)
Handle the onRender event
|
Copyright © 2008 Actuate Corp. All rights reserved.