org.eclipse.birt.data.engine.api.script
Interface IBaseDataSetEventHandler
- All Known Subinterfaces:
- IScriptDataSetEventHandler
- public interface IBaseDataSetEventHandler
Handler for data set events
handleBeforeOpen
public void handleBeforeOpen(IDataSetInstanceHandle dataSet)
throws BirtException
- Throws:
BirtException
handleBeforeClose
public void handleBeforeClose(IDataSetInstanceHandle dataSet)
throws BirtException
- Throws:
BirtException
handleAfterOpen
public void handleAfterOpen(IDataSetInstanceHandle dataSet)
throws BirtException
- Throws:
BirtException
handleAfterClose
public void handleAfterClose(IDataSetInstanceHandle dataSet)
throws BirtException
- Throws:
BirtException
handleOnFetch
public void handleOnFetch(IDataSetInstanceHandle dataSet,
IDataRow row)
throws BirtException
- Throws:
BirtException
Copyright © 2005 Actuate Corp. All rights reserved.