LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XSignatureCreationResultBroadcaster Interface Reference

Interface of Signature Creation Result Broadcaster. More...

import"XSignatureCreationResultBroadcaster.idl";

Inheritance diagram for XSignatureCreationResultBroadcaster:
XInterface

Public Member Functions

void addSignatureCreationResultListener ([in] XSignatureCreationResultListener listener) raises ( com::sun::star::uno::Exception )
 Adds a new signature creation result listener. More...
 
void removeSignatureCreationResultListener ([in] XSignatureCreationResultListener listener)
 Removes a signature creation 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...
 

Detailed Description

Interface of Signature Creation Result Broadcaster.

This interface is used to manipulate signature creation result listener.

Member Function Documentation

◆ addSignatureCreationResultListener()

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.

Parameters
listenerthe listener to be added

◆ removeSignatureCreationResultListener()

void removeSignatureCreationResultListener ( [in] XSignatureCreationResultListener  listener)

Removes a signature creation result listener.

After a listener is removed, no result information will be sent to it.

Parameters
listenerthe listener to be removed

The documentation for this interface was generated from the following file: