:: 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 happened.
|
|
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 happened.
|
|
unloaded
- Description
- is invoked after the object has disconnected from a datasource.
- Parameter aEvent
- the event happened.
|
|
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 happened.
|
|
reloaded
- Description
- is invoked when the object has been reloaded.
- Parameter aEvent
- the event happened.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.