Interface IScriptedDataSourceEventHandler
-
- All Superinterfaces:
IDataSourceEventHandler
- All Known Implementing Classes:
ScriptedDataSourceEventAdapter
public interface IScriptedDataSourceEventHandler extends IDataSourceEventHandler
Script event handler interface for a scripted data source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close(IDataSourceInstance dataSource)
Handle the close eventvoid
open(IDataSourceInstance dataSource)
Handle the open event-
Methods inherited from interface org.eclipse.birt.report.engine.api.script.eventhandler.IDataSourceEventHandler
afterClose, afterOpen, beforeClose, beforeOpen
-
-
-
-
Method Detail
-
open
void open(IDataSourceInstance dataSource) throws ScriptException
Handle the open event- Throws:
ScriptException
-
close
void close(IDataSourceInstance dataSource) throws ScriptException
Handle the close event- Throws:
ScriptException
-
-