| Classes | |
| interface | AuthListener | 
| interface | LogoutListener | 
| Static Public Member Functions | |
| static void | addAuthListener (AuthListener listener) | 
| static void | removeAuthListener (AuthListener listener) | 
| static void | addLogoutListener (LogoutListener listener) | 
| static void | removeLogoutListener (LogoutListener listener) | 
| static void | onLoginSuccess () | 
| static void | onLoginError (String error) | 
| static void | onLogoutBegin () | 
| static void | onLogoutFinish () | 
| Static Private Attributes | |
| static LinkedList< AuthListener > | mAuthListeners | 
| static LinkedList< LogoutListener > | mLogoutListeners | 
This class is used to manage the facebook session events.
| 
 | inlinestatic | 
Associate the given listener with this Facebook object. The listener's callback interface will be invoked when authentication events occur.
| listener | 
| 
 | inlinestatic | 
Associate the given listener with this Facebook object. The listener's callback interface will be invoked when logout occurs.
| listener | 
| 
 | inlinestatic | 
This function is called when the login process is failed.
| 
 | inlinestatic | 
This function is called when the login process is succeeded.
| 
 | inlinestatic | 
This function is called when the logout process begin.
| 
 | inlinestatic | 
This function is called when the logout process finish.
| 
 | inlinestatic | 
Remove the given listener from the list of those that will be notified when authentication events occur.
| listener | 
| 
 | inlinestatic | 
Remove the given listener from the list of those that will be notified when logout occurs.
| listener | 
| 
 | staticprivate | 
| 
 | staticprivate | 
 1.8.3.1
 1.8.3.1