com.netmera.facebook
Interface Facebook.ServiceListener

Enclosing class:
Facebook

public static interface Facebook.ServiceListener

Callback interface for service requests.


Method Summary
 void onComplete(android.os.Bundle values)
          Called when a service request completes.
 void onError(java.lang.Error e)
          Called when a Facebook Service responds to the request with an error.
 void onFacebookError(FacebookError e)
          Called when a Facebook server responds to the request with an error.
 

Method Detail

onComplete

void onComplete(android.os.Bundle values)
Called when a service request completes.

Parameters:
values - Key-value string pairs extracted from the response.

onFacebookError

void onFacebookError(FacebookError e)
Called when a Facebook server responds to the request with an error.


onError

void onError(java.lang.Error e)
Called when a Facebook Service responds to the request with an error.