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

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

interface XErrorBroadcaster

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
provides the possibility of reviving database error events.


Methods' Summary

addErrorListener adds the specified listener to receive the event "errorOccured."
removeErrorListener removes the specified listener.

Methods' Details

addErrorListener
 
[ oneway ] void
addErrorListener(
[ in ] com::sun::star::form::XErrorListener aListener );

Description
adds the specified listener to receive the event "errorOccured."
removeErrorListener
 
[ oneway ] void
removeErrorListener(
[ in ] com::sun::star::form::XErrorListener aListener );

Description
removes the specified listener.

Top of Page