Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: form ::
|
| interface XLoadListener |
- Base Interfaces
XLoadListener
┗ ::com::sun::star::lang::XEventListener
| ::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Description
- receives load-related events from a loadable object.
The interface is typically implemented by data-bound components,
which want to listen to the data source that contains their database
form.
- See also
- XLoadable, DataAwareControlModel
- Developers Guide
- Forms - Loadable Forms
|
| Methods' Summary |
| loaded |
is invoked when the object has successfully connected to a datasource.
|
| unloading |
is invoked when the object is about to be unloaded.
|
| unloaded |
is invoked after the object has disconnected from a datasource.
|
| reloading |
is invoked when the object is about to be reloaded.
|
| reloaded |
is invoked when the object has been reloaded.
|
| Methods' Details |
loaded
- Description
- is invoked when the object has successfully connected to a datasource.
- Parameter aEvent
- the event happend.
|
|
unloading
| [oneway] void |
| unloading( |
[in] ::com::sun::star::lang::EventObject |
aEvent ); |
- Description
- is invoked when the object is about to be unloaded.
Components may use this to stop any other event processing related to
the event source before the object is unloaded.
- Parameter aEvent
- the event happend.
|
|
unloaded
- Description
- is invoked after the object has disconnected from a datasource.
- Parameter aEvent
- the event happend.
|
|
reloading
| [oneway] void |
| reloading( |
[in] ::com::sun::star::lang::EventObject |
aEvent ); |
- Description
- is invoked when the object is about to be reloaded.
Components may use this to stop any other event processing related
to the event source until they get the reloaded event.
- Parameter aEvent
- the event happend.
|
|
reloaded
- Description
- is invoked when the object has been reloaded.
- Parameter aEvent
- the event happend.
|
|
Top of Page
Copyright © 1995, 2010, 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.