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

All Superinterfaces:
IBaseDataSourceEventHandler

public interface IScriptDataSourceEventHandler
extends IBaseDataSourceEventHandler

Event handler for a script data source


Method Summary
 void handleClose(IDataSourceInstanceHandle dataSource)
           
 void handleOpen(IDataSourceInstanceHandle dataSource)
           
 
Methods inherited from interface org.eclipse.birt.data.engine.api.script.IBaseDataSourceEventHandler
handleAfterClose, handleAfterOpen, handleBeforeClose, handleBeforeOpen
 

Method Detail

handleOpen

void handleOpen(IDataSourceInstanceHandle dataSource)
                throws org.eclipse.birt.core.exception.BirtException
Throws:
org.eclipse.birt.core.exception.BirtException

handleClose

void handleClose(IDataSourceInstanceHandle dataSource)
                 throws org.eclipse.birt.core.exception.BirtException
Throws:
org.eclipse.birt.core.exception.BirtException


Copyright © 2008 Actuate Corp. All rights reserved.