com :: sun :: star :: form :: interface XErrorListener
- Base Interface
- com::sun::star::lang::XEventListener
- [ DEPRECATED ]
- Description
- This is the listener interface for receiving "errorOccured" events
posted by a database form.
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.
- See also
- com::sun::star::form::component::DatabaseForm
Methods' Summary
|
errorOccured |
is invoked when a database action performed by a database form raises
an exception. |
Methods' Details
|
- errorOccured
-  
- void
errorOccured(
-
- Description
- is invoked when a database action performed by a database form raises
an exception.
- See also
- XDatabaseForm
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.