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

interface XErrorBroadcaster

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

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

Description
removes the specified listener.
Top of Page