LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface of Reference Resolved Listener. More...
import"XReferenceResolvedListener.idl";
Public Member Functions | |
void | referenceResolved ([in] long referenceId) raises ( com::sun::star::uno::Exception ) |
Notifies an element has been collected by an element collector. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface of Reference Resolved Listener.
This interface is used to receive the collection completion notification for an element collector.
void referenceResolved | ( | [in] long | referenceId | ) | |
raises | ( | com::sun::star::uno::Exception | |||
) |
Notifies an element has been collected by an element collector.
referenceId | the id of the element collector |