:: com :: sun :: star :: ui :: dialogs ::

unpublished interface XDialogClosedListener
Base Interfaces
XDialogClosedListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
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

Methods' Summary
dialogClosed A client receives this event if a dialog is closed.  
Methods' Details
dialogClosed
void
dialogClosed( [in] DialogClosedEvent  aEvent );

Description
A client receives this event if a dialog is closed.
Parameter aEvent
of type DialogClosedEvent that describes the event
See also
EndDialogEvent
Top of Page