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

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

This is the listener interface for receiving "errorOccured" events posted by a database form.

Each time an exception is triggered by a database form, the error event is posted to the error listeners. This event may be used to configure the error handling of a database form.

See also

DatabaseForm

Method Summary

errorOccured is invoked when a database action performed by a database form raises an exception.

Method Details



errorOccured

Syntax

void errorOccured (
com::sun::star::form::ErrorEvent aEvent );

Description

is invoked when a database action performed by a database form raises an exception.

See also

XDatabaseForm
Top of Page