public void a(Products paramProducts) {
   try {
     ArrayList localArrayList = (ArrayList) ProductsManager.c(this.c.a).get(this.a);
     ProductsManager.c(this.c.a).remove(this.a);
     paramProducts.a(ProductsManager.f(this.c.a), this.b, ProductsManager.e(this.c.a));
     Iterator localIterator = localArrayList.iterator();
     while (localIterator.hasNext())
       ((ProductsManager.GraphQLProductsRequestListener) localIterator.next()).a(paramProducts);
   } catch (Exception localException) {
     Log.b("Couldn't parse products request", localException);
   }
 }