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