Package 

Interface GraphRequestBatch.Callback


  • 
    public interface GraphRequestBatch.Callback
    
                        

    Specifies the interface that consumers of the RequestBatch class can implement in order to be notified when the entire batch completes execution. It will be called after all per-Request callbacks are called.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onBatchCompleted(GraphRequestBatch batch) The method that will be called when a batch completes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onBatchCompleted

         abstract Unit onBatchCompleted(GraphRequestBatch batch)

        The method that will be called when a batch completes.

        Parameters:
        batch - the RequestBatch containing the Requests which were executed