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

interface XCloseSessionListener
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