public class ScriptedDataSetEventAdapter extends DataSetEventAdapter implements IScriptedDataSetEventHandler
Constructor and Description |
---|
ScriptedDataSetEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
close(IDataSetInstance dataSet)
Handle the close event
|
boolean |
describe(IDataSetInstance dataSet,
IScriptedDataSetMetaData metaData)
Method for Script Data Set to return dynamically generated data set
metadata.
|
boolean |
fetch(IDataSetInstance dataSet,
IUpdatableDataSetRow row)
Handle the fetch event.
|
void |
open(IDataSetInstance dataSet)
Handle the open event
|
afterClose, afterOpen, beforeClose, beforeOpen, onFetch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterClose, afterOpen, beforeClose, beforeOpen, onFetch
public void open(IDataSetInstance dataSet) throws ScriptException
IScriptedDataSetEventHandler
open
in interface IScriptedDataSetEventHandler
ScriptException
public boolean fetch(IDataSetInstance dataSet, IUpdatableDataSetRow row) throws ScriptException
IScriptedDataSetEventHandler
fetch
in interface IScriptedDataSetEventHandler
ScriptException
public void close(IDataSetInstance dataSet) throws ScriptException
IScriptedDataSetEventHandler
close
in interface IScriptedDataSetEventHandler
ScriptException
public boolean describe(IDataSetInstance dataSet, IScriptedDataSetMetaData metaData) throws ScriptException
IScriptedDataSetEventHandler
describe
in interface IScriptedDataSetEventHandler
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.