loggedOut() method

This method is called after the transmission has been completed and after the user is logged out of the system.

Syntax

public void loggedOut ()

Usage

This is the last method called prior to the destruction of a User object. The default version of this method performs only the single task of logging a message to the user's debug log, if debugging is enabled. This method can be overridden to disconnect a user from a remote system or perform other cleanup.