public interface LoginCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
loginSuccessful(AuthenticationPlatform authPlatform,
               long authMode,
               int listenerIndex,
               int listenerCount)
This is invoked when the application has successfully logged in. 
 | 
void loginSuccessful(AuthenticationPlatform authPlatform, long authMode, int listenerIndex, int listenerCount)
authPlatform - - associated authentication platform being usedauthMode - - actual authentication mode used for the login (@see
          AuthenticationPlatformlistenerIndex - - the index of the listener being invokedlistenerCount - - the number of listeners that will be invoked