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. | |
| void | removeDecryptionResultListener ([in] XDecryptionResultListener listener) | 
| Removes a decryption 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 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 |