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

deprecated interface XRestoreListener
Base Interfaces
XRestoreListener
┗ ::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
receives notifications about data beeing restored.

Such a notification is typically sent when the user cancels updating the current record of a database form without saving the data. After restoring, the user operates on the original data.

Please do not use anymore, this interface is deprecated, and superseeded by functionality from the ::com::sun::star::form::component::DataForm and ::com::sun::star::sdb::RowSet services


Methods' Summary
restored is invoked when a modified record has been restored  
Methods' Details
restored
void
restored( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when a modified record has been restored
Top of Page