interface XErrorBroadcaster in module com::sun::star::form::

(Global Index)

[ DEPRECATED ]

Syntax

interface XErrorBroadcaster : com::sun::star::uno::XInterface ;

Description

provides the possibility of reviving database error events.

Method Summary

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

removeErrorListener removes the specified listener.

Method Details



addErrorListener

Syntax

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

Description

adds the specified listener to receive the event "errorOccured."


removeErrorListener

Syntax

oneway void removeErrorListener (
com::sun::star::form::XErrorListener aListener );

Description

removes the specified listener.

Top of Page