com.facebook
Interface Request.GraphPlaceListCallback

Enclosing class:
Request

public static interface Request.GraphPlaceListCallback

Specifies the interface that consumers of Request.executePlacesSearchRequestAsync(Session, android.location.Location, int, int, String, com.facebook.Request.GraphPlaceListCallback) can use to be notified when the request completes, either successfully or with an error.


Method Summary
 void onCompleted(List<GraphPlace> places, Response response)
          The method that will be called when the request completes.
 

Method Detail

onCompleted

void onCompleted(List<GraphPlace> places,
                 Response response)
The method that will be called when the request completes.

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