LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface of Decryption Result Broadcaster. More...
import"XDecryptionResultBroadcaster.idl";
Public Member Functions | |
void | addDecryptionResultListener ([in] XDecryptionResultListener listener) raises ( com::sun::star::uno::Exception ) |
Adds a new decryption result listener. More... | |
void | removeDecryptionResultListener ([in] XDecryptionResultListener listener) |
Removes a decryption result listener. 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 Decryption Result Broadcaster.
This interface is used to manipulate decryption result listener.
void addDecryptionResultListener | ( | [in] XDecryptionResultListener | listener | ) | |
raises | ( | com::sun::star::uno::Exception | |||
) |
Adds a new decryption result listener.
When the decryption is finished, the result information will be sent to this listener.
listener | the listener to be added |
void removeDecryptionResultListener | ( | [in] XDecryptionResultListener | listener | ) |
Removes a decryption result listener.
After a listener is removed, no result information will be sent to it.
listener | the listener to be removed |