org.eclipse.birt.data.engine.api.script
Interface IBaseDataSourceEventHandler
- All Known Subinterfaces:
- IScriptDataSourceEventHandler
public interface IBaseDataSourceEventHandler
Handler for Data Source events.
handleBeforeOpen
void handleBeforeOpen(IDataSourceInstanceHandle dataSource)
throws BirtException
- Throws:
BirtException
handleBeforeClose
void handleBeforeClose(IDataSourceInstanceHandle dataSource)
throws BirtException
- Throws:
BirtException
handleAfterOpen
void handleAfterOpen(IDataSourceInstanceHandle dataSource)
throws BirtException
- Throws:
BirtException
handleAfterClose
void handleAfterClose(IDataSourceInstanceHandle dataSource)
throws BirtException
- Throws:
BirtException
Copyright © 2008 Actuate Corp. All rights reserved.