LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_lang_XComponent_idl__
20 #define __com_sun_star_lang_XComponent_idl__
25 module
com { module sun { module star { module lang {
27 published
interface XEventListener;
void removeEventListener([in] XEventListener aListener)
removes an event listener from the listener list.
void dispose()
The owner of an object calls this method to explicitly free all resources kept by this object and thu...
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
void addEventListener([in] XEventListener xListener)
adds an event listener to the object.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48