LibreOffice
LibreOffice 7.4 SDK API Reference
|
used to be notified when errors in a database form happen. More...
import"XErrorListener.idl";
Public Member Functions | |
void | errorOccured ([in] com::sun::star::form::ErrorEvent aEvent) |
is invoked when a database action performed by a database form raises an exception. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
used to be notified when errors in a database form happen.
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.
Please do not use anymore, this interface is superseded by com::sun::star::sdb::XSQLErrorListener.
void errorOccured | ( | [in] com::sun::star::form::ErrorEvent | aEvent | ) |
is invoked when a database action performed by a database form raises an exception.