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. | |
|  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. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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 |