Uses of Interface
com.google.api.client.googleapis.batch.BatchCallback

Packages that use BatchCallback
com.google.api.client.googleapis.batch Batch for Google API's. 
com.google.api.client.googleapis.batch.json JSON batch for Google API's. 
 

Uses of BatchCallback in com.google.api.client.googleapis.batch
 

Methods in com.google.api.client.googleapis.batch with parameters of type BatchCallback
<T,E> BatchRequest
BatchRequest.queue(HttpRequest httpRequest, Class<T> dataClass, Class<E> errorClass, BatchCallback<T,E> callback)
          Queues the specified HttpRequest for batched execution.
 

Uses of BatchCallback in com.google.api.client.googleapis.batch.json
 

Classes in com.google.api.client.googleapis.batch.json that implement BatchCallback
 class JsonBatchCallback<T>
          Callback for an individual batch JSON response.
 



Copyright © 2010-2012 Google. All Rights Reserved.