RequestBatch.Callback
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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.

Pacote:facebook
Métodos de instância
onBatchCompleted(RequestBatch)

The method that will be called when a batch completes.

public void onBatchCompleted(RequestBatch batch)
ParâmetroDescrição
batchThe RequestBatch containing the Requests which were executed