RequestBatch.Callback
最新バージョンのSDKではこのクラスは使用できません。
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

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.

パッケージ:facebook
インスタンスメソッド
onBatchCompleted(RequestBatch)

The method that will be called when a batch completes.

public void onBatchCompleted(RequestBatch batch)
パラメーター説明
batchThe RequestBatch containing the Requests which were executed