LibreOffice
LibreOffice 7.4 SDK API Reference
|
Used to notify listeners about dialog-closed events. More...
import"XDialogClosedListener.idl";
Public Member Functions | |
void | dialogClosed ([in] DialogClosedEvent aEvent) |
A client receives this event if a dialog is closed. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
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... | |
Used to notify listeners about dialog-closed events.
Registered listeners will be notified with a DialogClosedEvent when a XAsynchronousExecutableDialog is closed.
void dialogClosed | ( | [in] DialogClosedEvent | aEvent | ) |
A client receives this event if a dialog is closed.
aEvent | of type DialogClosedEvent that describes the event |