loggedIn() method

This method is called after a user has been successfully logged in.

Syntax

public void loggedIn ()

Usage

The default version of this method writes a message to the user's debug log, if debugging is active, and returns. This method can be overridden if additional processing is required after a user has successfully logged in and before the transmission is processed.