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 XInsertListener
Base Interfaces
XInsertListener
┗ ::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
allows to receive notifications about insertions into a database form.

Please do not use anymore, this interface is deprecated, and superseeded by functionality from the ::com::sun::star::form::component::DataForm service, as well as the ::com::sun::star::sdbc::XRowSetListener and ::com::sun::star::sdb::XRowSetApproveListener interfaces.


Methods' Summary
inserting is invoked when a database form starts inserting a record.  
inserted is invoked after a database form has inserted a record to a data source.  
Methods' Details
inserting
void
inserting( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when a database form starts inserting a record.
inserted
void
inserted( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked after a database form has inserted a record to a data source.
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.