|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSourceEventHandler
Script event handler interface for a data source
Method Summary | |
---|---|
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 |
Method Detail |
---|
void beforeOpen(IDataSourceInstance dataSource, IReportContext reportContext)
void afterOpen(IDataSourceInstance dataSource, IReportContext reportContext)
void beforeClose(IDataSourceInstance dataSource, IReportContext reportContext)
void afterClose(IReportContext reportContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |