Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: form ::

deprecated interface XDeleteListener
Base Interfaces
XDeleteListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
deprecated
Description
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 superseeded by XConfirmDeleteListener.


Methods' Summary
approveDelete is invoked when the current record of the database form will be deleted.  
deleted is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource.  
Methods' Details
approveDelete
boolean
approveDelete( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when the current record of the database form will be deleted.
deleted
void
deleted( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.