public interface IDataSourceEventHandler
Modifier and Type | Method and Description |
---|---|
void |
afterClose(IReportContext reportContext)
Handle the afterClose event
|
void |
afterOpen(IDataSourceInstance dataSource,
IReportContext reportContext)
Handle the afterOpen event
|
void |
beforeClose(IDataSourceInstance dataSource,
IReportContext reportContext)
Handle the beforeClose event
|
void |
beforeOpen(IDataSourceInstance dataSource,
IReportContext reportContext)
Handle the beforeOpen event
|
void beforeOpen(IDataSourceInstance dataSource, IReportContext reportContext) throws ScriptException
ScriptException
void afterOpen(IDataSourceInstance dataSource, IReportContext reportContext) throws ScriptException
ScriptException
void beforeClose(IDataSourceInstance dataSource, IReportContext reportContext) throws ScriptException
ScriptException
void afterClose(IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.