LibreOffice
LibreOffice 7.4 SDK API Reference
|
This is the listener interface for receiving "approveDelete" and "deleted" events posted by a database form. More...
import"XDeleteListener.idl";
Public Member Functions | |
boolean | approveDelete ([in] com::sun::star::lang::EventObject aEvent) |
is invoked when the current record of the database form will be deleted. More... | |
void | deleted ([in] com::sun::star::lang::EventObject aEvent) |
is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
This is the listener interface for receiving "approveDelete" and "deleted" events posted by a database form.
"approveDelete" may be used to abort a deletion of the current data record.
Please do not use anymore, this interface is superseded by com::sun::star::form::XConfirmDeleteListener.
boolean approveDelete | ( | [in] com::sun::star::lang::EventObject | aEvent | ) |
is invoked when the current record of the database form will be deleted.
void deleted | ( | [in] com::sun::star::lang::EventObject | aEvent | ) |
is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource.