Package 

Interface DaemonRequest.Callback

    • Method Summary

      Modifier and Type Method Description
      abstract void onCompleted(GraphResponse response) The method that will be called when a request completes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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