:: com :: sun :: star :: sdb ::

interface XSQLErrorBroadcaster
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSQLErrorBroadcaster
Description
interface for notifying potential listeners of ::com::sun::star::sdbc::SQLException s posted by any database object.

Methods' Summary
addSQLErrorListener adds the specified listener to receive the event "errorOccured"
removeSQLErrorListener removes the specified listener.
Methods' Details
addSQLErrorListener
[oneway] void
addSQLErrorListener(
 
[in] XSQLErrorListener
 
_rListener );

Description
adds the specified listener to receive the event "errorOccured"
Parameter com::sun::star::sdb::XSQLErrorListener
removeSQLErrorListener
[oneway] void
removeSQLErrorListener(
 
[in] XSQLErrorListener
 
_rListener );

Description
removes the specified listener.
Parameter com::sun::star::sdb::XSQLErrorListener
Top of Page