| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
is used for approving the moving and changing of row set actions. More...
import "XRowSetApproveListener.idl";
 
  
| Public Member Functions | |
| boolean | approveCursorMove ([in]com::sun::star::lang::EventObject event) | 
| is called before a row set's cursor is moved. | |
| boolean | approveRowChange ([in]RowChangeEvent event) | 
| is called before a row is inserted, updated, or deleted. | |
| boolean | approveRowSetChange ([in]com::sun::star::lang::EventObject event) | 
| is called before a row set is changed, or in other words before a row set is reexecuted. | |
| Public Member Functions inherited from XEventListener | |
| void | disposing ([in] com::sun::star::lang::EventObject Source) | 
| gets called when the broadcaster is about to be disposed. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
is used for approving the moving and changing of row set actions.
| boolean approveCursorMove | ( | [in] com::sun::star::lang::EventObject | event | ) | 
is called before a row set's cursor is moved.
| event | the event which happened | 
| boolean approveRowChange | ( | [in] RowChangeEvent | event | ) | 
is called before a row is inserted, updated, or deleted.
| event | the event which happened | 
| boolean approveRowSetChange | ( | [in] com::sun::star::lang::EventObject | event | ) | 
is called before a row set is changed, or in other words before a row set is reexecuted.
| event | the event which happened |