-
public interface DaemonRequest.Callback
-
-
Method Summary
Modifier and Type Method Description abstract voidonCompleted(GraphResponse response)The method that will be called when a request completes. -
-
Method Detail
-
onCompleted
abstract void onCompleted(GraphResponse response)
The method that will be called when a request completes.
- Parameters:
response- the Response of this request, which may include error information if therequest was unsuccessful
-
-
-
-