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

interface XRestoreListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XRestoreListener
[ 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