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

deprecated interface XErrorBroadcaster
Usage Restrictions
deprecated
Description
provides the possibility of receiving database error events.

Please do not use anymore, this interface is superseeded by ::com::sun::star::sdb::XSQLErrorBroadcaster.


Methods' Summary
addErrorListener adds the specified listener to be notified of errors.  
removeErrorListener removes the specified listener.  
Methods' Details
addErrorListener
[oneway] void
addErrorListener( [in] XErrorListener  aListener );

Description
adds the specified listener to be notified of errors.
removeErrorListener
[oneway] void
removeErrorListener( [in] XErrorListener  aListener );

Description
removes the specified listener.
Top of Page