21module
com { module sun { module star { module lang {
23 published
interface XEventListener;
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:39
void removeEventListener([in] XEventListener aListener)
removes an event listener from the listener list.
void addEventListener([in] XEventListener xListener)
adds an event listener to the object.
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:27
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20