StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sdb
Interface XRowSetApproveListener

All Superinterfaces:
com.sun.star.lang.XEventListener, com.sun.star.uno.XInterface

public abstract interface XRowSetApproveListener
extends com.sun.star.lang.XEventListener


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  boolean approveCursorMove(com.sun.star.lang.EventObject eo)
           
abstract  boolean approveRowChange(com.sun.star.sdb.RowChangeEvent rce)
           
abstract  boolean approveRowSetChange(com.sun.star.lang.EventObject eo)
           
 
Methods inherited from interface com.sun.star.lang.XEventListener
disposing
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

approveCursorMove

public abstract boolean approveCursorMove(com.sun.star.lang.EventObject eo)
                                   throws com.sun.star.uno.RuntimeException

approveRowChange

public abstract boolean approveRowChange(com.sun.star.sdb.RowChangeEvent rce)
                                  throws com.sun.star.uno.RuntimeException

approveRowSetChange

public abstract boolean approveRowSetChange(com.sun.star.lang.EventObject eo)
                                     throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc