org.eclipse.birt.data.engine.api.script
Interface IBaseDataSourceEventHandler

All Known Subinterfaces:
IScriptDataSourceEventHandler

public interface IBaseDataSourceEventHandler

Handler for Data Source events.


Method Summary
 void handleAfterClose(IDataSourceInstanceHandle dataSource)
           
 void handleAfterOpen(IDataSourceInstanceHandle dataSource)
           
 void handleBeforeClose(IDataSourceInstanceHandle dataSource)
           
 void handleBeforeOpen(IDataSourceInstanceHandle dataSource)
           
 

Method Detail

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.