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

Used to notify listeners about dialog-closed events. More...

import"XDialogClosedListener.idl";

Inheritance diagram for XDialogClosedListener:
XEventListener XInterface

Public Member Functions

void dialogClosed ([in] DialogClosedEvent aEvent)
 A client receives this event if a dialog is closed. More...
 
- Public Member Functions inherited from XEventListener
void disposing ([in] com::sun::star::lang::EventObject Source)
 gets called when the broadcaster is about to be disposed. 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

Used to notify listeners about dialog-closed events.

Registered listeners will be notified with a DialogClosedEvent when a XAsynchronousExecutableDialog is closed.

See also
XAsynchronousExecutableDialog
DialogClosedEvent

Member Function Documentation

◆ dialogClosed()

void dialogClosed ( [in] DialogClosedEvent  aEvent)

A client receives this event if a dialog is closed.

Parameters
aEventof type DialogClosedEvent that describes the event
See also
EndDialogEvent

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