Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XRestoreListener

Base Interface
com::sun::star::lang::XEventListener

[ DEPRECATED ]
Description
receives "restored" events posted by a database form.

A "restore" is typically called when the user cancels updating the current record without saving the data. After restoring, the user operates on the original data.



Methods' Summary

restored is invoked when a modified record should be restored.

Methods' Details

restored
 
void
restored(
[ in ] com::sun::star::lang::EventObject aEvent );

Description
is invoked when a modified record should be restored.
See also
XDatabaseForm

Top of Page