MobColl
 All Classes Functions
Public Member Functions | List of all members
com.mobcoll.facebook.FacebookConnector.SessionListener Class Reference

Inherits com.mobcoll.facebook.SessionEvents.AuthListener, and com.mobcoll.facebook.SessionEvents.LogoutListener.

Public Member Functions

void onAuthSucceed ()
 
void onAuthFail (String error)
 
void onLogoutBegin ()
 
void onLogoutFinish ()
 
- Public Member Functions inherited from com.mobcoll.facebook.SessionEvents.AuthListener
void onAuthSucceed ()
 
void onAuthFail (String error)
 
- Public Member Functions inherited from com.mobcoll.facebook.SessionEvents.LogoutListener
void onLogoutBegin ()
 
void onLogoutFinish ()
 

Detailed Description

This class is used for the facebook session.

Member Function Documentation

void com.mobcoll.facebook.FacebookConnector.SessionListener.onAuthFail ( String  error)
inline

This function is called when the session is failed.

Parameters
error
void com.mobcoll.facebook.FacebookConnector.SessionListener.onAuthSucceed ( )
inline

This function is called when the session is authorized.

void com.mobcoll.facebook.FacebookConnector.SessionListener.onLogoutBegin ( )
inline

This function is called when the logout process begin.

void com.mobcoll.facebook.FacebookConnector.SessionListener.onLogoutFinish ( )
inline

This function is called when the logout process finish.


The documentation for this class was generated from the following file: