:: com :: sun :: star :: form ::
|
deprecated |
interface XErrorListener |
|
|
- Base Interfaces
XErrorListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Usage Restrictions
- deprecated
- Description
- used to be notified when errors in a database form happen.
Each time an exception is triggered by a database form, the error
event is posted to the error listeners. This event may be used to
configure the error handling of a database form.
Please do not use anymore, this interface is superseded
by ::com::sun::star::sdb::XSQLErrorListener.
|
Methods' Summary |
errorOccured |
is invoked when a database action performed by a database form raises
an exception.
|
Methods' Details |
errorOccured
- Description
- is invoked when a database action performed by a database form raises
an exception.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.