public interface IScriptedDataSourceEventHandler extends IDataSourceEventHandler
Modifier and Type | Method and Description |
---|---|
void |
close(IDataSourceInstance dataSource)
Handle the close event
|
void |
open(IDataSourceInstance dataSource)
Handle the open event
|
afterClose, afterOpen, beforeClose, beforeOpen
void open(IDataSourceInstance dataSource) throws ScriptException
ScriptException
void close(IDataSourceInstance dataSource) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.