|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module frame {
23 published
interface XFrameLoader;
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
load components into a frame
Definition: XFrameLoader.idl:35
void loadFinished([in] XFrameLoader Loader)
is called when a new component is loaded into a frame successfully.
void loadCancelled([in] XFrameLoader Loader)
is called when a frame load is canceled or failed.
Definition: Ambiguous.idl:20
is used to receive callbacks from an asynchronous frame loader.
Definition: XLoadEventListener.idl:30