|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.script.eventadapter.DataSourceEventAdapter
org.eclipse.birt.report.engine.api.script.eventadapter.ScriptedDataSourceEventAdapter
public class ScriptedDataSourceEventAdapter
Default (empty) implementation of the IScriptedDataSourceEventHandler interface
Constructor Summary | |
---|---|
ScriptedDataSourceEventAdapter()
|
Method Summary | |
---|---|
void |
close(IDataSourceInstance dataSource)
Handle the close event |
void |
open(IDataSourceInstance dataSource)
Handle the open event |
Methods inherited from class org.eclipse.birt.report.engine.api.script.eventadapter.DataSourceEventAdapter |
---|
afterClose, afterOpen, beforeClose, beforeOpen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.eventhandler.IDataSourceEventHandler |
---|
afterClose, afterOpen, beforeClose, beforeOpen |
Constructor Detail |
---|
public ScriptedDataSourceEventAdapter()
Method Detail |
---|
public void open(IDataSourceInstance dataSource)
IScriptedDataSourceEventHandler
open
in interface IScriptedDataSourceEventHandler
public void close(IDataSourceInstance dataSource)
IScriptedDataSourceEventHandler
close
in interface IScriptedDataSourceEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |