Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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
[oneway] void
loaded( [in] ::com::sun::star::lang::EventObject  aEvent );

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
[oneway] void
unloaded( [in] ::com::sun::star::lang::EventObject  aEvent );

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
[oneway] void
reloaded( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when the object has been reloaded.
Parameter aEvent
the event happend.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.