| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Interface of Signature Creation Result Broadcaster. More...
import "XSignatureCreationResultBroadcaster.idl";
 
  
| Public Member Functions | |
| void | addSignatureCreationResultListener ([in] XSignatureCreationResultListener listener) raises ( com::sun::star::uno::Exception ) | 
| Adds a new signature creation result listener. | |
| void | removeSignatureCreationResultListener ([in] XSignatureCreationResultListener listener) | 
| Removes a signature creation result listener. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Interface of Signature Creation Result Broadcaster.
This interface is used to manipulate signature creation result listener.
| void addSignatureCreationResultListener | ( | [in] XSignatureCreationResultListener | listener | ) | ||
| raises | ( | com::sun::star::uno::Exception ) | ||||
Adds a new signature creation result listener.
When the signature is created, the result information will be sent to this listener.
| listener | the listener to be added | 
| void removeSignatureCreationResultListener | ( | [in] XSignatureCreationResultListener | listener | ) | 
Removes a signature creation result listener.
After a listener is removed, no result information will be sent to it.
| listener | the listener to be removed |