LibreOffice
LibreOffice 25.8 SDK API Reference
|
specifies an interface which can be used to call back an implementation More...
import "XRequestCallback.idl";
Public Member Functions | |
void | addCallback ([in] XCallback xCallback, [in] any aData) |
adds a callback request to the implementation |
specifies an interface which can be used to call back an implementation
void addCallback | ( | [in] XCallback | xCallback, |
[in] any | aData ) |
adds a callback request to the implementation
aData | any private data which will be provided to the callback implementation. |
xCallback | a reference to the callback which should be called by the implementation of this interface. |