interface XRestoreListener in module com::sun::star::form::

(Global Index)

[ DEPRECATED ]

Syntax

interface XRestoreListener : com::sun::star::lang::XEventListener ;

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.

Method Summary

restored is invoked when a modified record should be restored.

Method Details



restored

Syntax

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

Description

is invoked when a modified record should be restored.

See also

XDatabaseForm
Top of Page