Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XConfirmDeleteBroadcaster
Description
provides the possibility of receiving an event for confirming deletions of rows in a ::com::sun::star::form::component::DataForm.
See also
XConfirmDeleteListener

Methods' Summary
addConfirmDeleteListener remembers the specified listener to receive an event for confirming deletions  
removeConfirmDeleteListener removes the specified listener.  
Methods' Details
addConfirmDeleteListener
[oneway] void
addConfirmDeleteListener( [in] XConfirmDeleteListener  aListener );

Description
remembers the specified listener to receive an event for confirming deletions

XConfirmDeleteListener::confirmDelete is called before a deletion is performed. You may use the event to write your own confirmation messages.

Parameter aListener
the listener to add.
See also
XConfirmDeleteListener
removeConfirmDeleteListener
[oneway] void
removeConfirmDeleteListener( [in] XConfirmDeleteListener  aListener );

Description
removes the specified listener.
Parameter aListener
the listener to remove.
See also
XConfirmDeleteListener
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.