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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

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