Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCloseSessionListener

Base Interface
com::sun::star::uno::XInterface



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