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

specifies an interface which can be used to call back an implementation More...

import"XRequestCallback.idl";

Inheritance diagram for XRequestCallback:
AsyncCallback

Public Member Functions

void addCallback ([in] XCallback xCallback, [in] any aData)
 adds a callback request to the implementation More...
 

Detailed Description

specifies an interface which can be used to call back an implementation

Member Function Documentation

◆ addCallback()

void addCallback ( [in] XCallback  xCallback,
[in] any  aData 
)

adds a callback request to the implementation

Parameters
aDataany private data which will be provided to the callback implementation.
xCallbacka reference to the callback which should be called by the implementation of this interface.

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