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

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

interface XErrorListener

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

[ DEPRECATED ]
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
com::sun::star::form::component::DatabaseForm


Methods' Summary

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

Methods' Details

errorOccured
 
void
errorOccured(
[ in ] 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