com.facebook
Interface Request.GraphUserCallback

Enclosing class:
Request

public static interface Request.GraphUserCallback

Specifies the interface that consumers of Request.executeMeRequestAsync(Session, com.facebook.Request.GraphUserCallback) can use to be notified when the request completes, either successfully or with an error.


Method Summary
 void onCompleted(GraphUser user, Response response)
          The method that will be called when the request completes.
 

Method Detail

onCompleted

void onCompleted(GraphUser user,
                 Response response)
The method that will be called when the request completes.

Parameters:
user - the GraphObject representing the returned user, or null
response - the Response of this request, which may include error information if the request was unsuccessful