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

interface XSQLErrorBroadcaster

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

Description
adds the specified listener to receive the event "errorOccurred"
removeSQLErrorListener
void
removeSQLErrorListener( [in] XSQLErrorListener  Listener );

Description
removes the specified listener.
Top of Page