com.facebook.widget
Interface LoginButton.UserInfoChangedCallback

Enclosing class:
LoginButton

public static interface LoginButton.UserInfoChangedCallback

Specifies a callback interface that will be called when the button's notion of the current user changes (if the fetch_user_info attribute is true for this control).


Method Summary
 void onUserInfoFetched(GraphUser user)
          Called when the current user changes.
 

Method Detail

onUserInfoFetched

void onUserInfoFetched(GraphUser user)
Called when the current user changes.

Parameters:
user - the current user, or null if there is no user