MobColl
 All Classes Functions
Public Member Functions | List of all members
com.mobcoll.facebook.BaseRequestListener Class Reference
Inheritance diagram for com.mobcoll.facebook.BaseRequestListener:
com.mobcoll.facebook.FacebookConnector.LogoutRequestListener

Public Member Functions

void onFacebookError (FacebookError e, final Object state)
 
void onFileNotFoundException (FileNotFoundException e, final Object state)
 
void onIOException (IOException e, final Object state)
 
void onMalformedURLException (MalformedURLException e, final Object state)
 

Detailed Description

Skeleton base class for RequestListeners, providing default errorhandling.

Member Function Documentation

void com.mobcoll.facebook.BaseRequestListener.onFacebookError ( FacebookError  e,
final Object  state 
)
inline

This function is called when a facebook error occurs.

Parameters
e
state
void com.mobcoll.facebook.BaseRequestListener.onFileNotFoundException ( FileNotFoundException  e,
final Object  state 
)
inline

This function is called when a file cannot be found.

Parameters
e
state
void com.mobcoll.facebook.BaseRequestListener.onIOException ( IOException  e,
final Object  state 
)
inline

This function is called when an I/O error occurs.

Parameters
e
state
void com.mobcoll.facebook.BaseRequestListener.onMalformedURLException ( MalformedURLException  e,
final Object  state 
)
inline

This function is called when the URL is malformed.

Parameters
e
state

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