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