:: com :: sun :: star :: mozilla ::

interface XCloseSessionListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCloseSessionListener
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Listener for closing of the corresponding session.

Methods' Summary
sessionClosed Notifies a closesession listener that the corresponding session was logged out  
Methods' Details
sessionClosed
[oneway] void
sessionClosed( [in] any  sessionData );

Description
Notifies a closesession listener that the corresponding session was logged out
Parameter sessionData
[in]: the data identifying the session that was closed
Top of Page