|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public static interface AsyncFacebookRunner.RequestListener
Callback interface for API requests.
Each method includes a 'state' parameter that identifies the calling request. It will be set to the value passed when originally calling the request method, or null if none was passed. This interface is deprecated. SeeFacebook
and Request
for more info.
Method Summary | |
---|---|
void |
onComplete(String response,
Object state)
Deprecated. Called when a request completes with the given response. |
void |
onFacebookError(FacebookError e,
Object state)
Deprecated. Called when the server-side Facebook method fails. |
void |
onFileNotFoundException(FileNotFoundException e,
Object state)
Deprecated. Called when a request fails because the requested resource is invalid or does not exist. |
void |
onIOException(IOException e,
Object state)
Deprecated. Called when a request has a network or request error. |
void |
onMalformedURLException(MalformedURLException e,
Object state)
Deprecated. Called if an invalid graph path is provided (which may result in a malformed URL). |
Method Detail |
---|
void onComplete(String response, Object state)
void onIOException(IOException e, Object state)
void onFileNotFoundException(FileNotFoundException e, Object state)
void onMalformedURLException(MalformedURLException e, Object state)
void onFacebookError(FacebookError e, Object state)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |