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 org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
handleBeforeClose
public void handleBeforeClose(IDataSetInstanceHandle dataSet)
throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
handleAfterOpen
public void handleAfterOpen(IDataSetInstanceHandle dataSet)
throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
handleAfterClose
public void handleAfterClose(IDataSetInstanceHandle dataSet)
throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
handleOnFetch
public void handleOnFetch(IDataSetInstanceHandle dataSet,
IDataRow row)
throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
Copyright © 2005 Actuate Corp. All rights reserved.