com.sap.tc.mobile.cfs.conf.api
Interface Configuration.UserNotifier

Enclosing class:
Configuration

public static interface Configuration.UserNotifier

Notifier of user login/logout on the session to properly identify configuration value (for user-specific values). Each configuration implementation should implement this interface in order to interface with user manager.

Author:
d039184

Method Summary
 void userLoggedIn(Configuration.UserConfig user)
          Called when user logged in.
 void userLoggedOut()
          Called when user logged out.
 

Method Detail

userLoggedIn

void userLoggedIn(Configuration.UserConfig user)
Called when user logged in.

Parameters:
user - user that just logged in.

userLoggedOut

void userLoggedOut()
Called when user logged out.