interface XCloseSessionListener in module com::sun::star::mozilla::

(Global Index)

Syntax

interface XCloseSessionListener : com::sun::star::uno::XInterface ;

Method Summary

sessionClosed Notifies a closesession listener that the corresponding session was logged out

Method Details



sessionClosed

Syntax

oneway void sessionClosed (
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