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.
|
|
Copyright © 2003 Sun Microsystems, Inc.