SilverStream
Application Server 3.5

com.sssw.rt.util
Interface AgiRowSetEventProducer

All Known Implementing Classes:
AgcData, com.sssw.rt.util.AgoRowCursor, AgoVectorRowCursor

public interface AgiRowSetEventProducer

This interface is the public API for objects that emit Row Set events. This object can be obtained from an AgiRowCursor.


Method Summary
 void addAgiRowSetListener(AgiRowSetListener rcl)
          Add a listener for changes to data or changes of the current row
 void removeAgiRowSetListener(AgiRowSetListener rcl)
          Remove a row change listener
 

Method Detail

addAgiRowSetListener

public void addAgiRowSetListener(AgiRowSetListener rcl)
Add a listener for changes to data or changes of the current row
Parameters:
rcl - the listener

removeAgiRowSetListener

public void removeAgiRowSetListener(AgiRowSetListener rcl)
Remove a row change listener
Parameters:
rcl - the listener

SilverStream
Application Server 3.5