package com.ikea.kompis.shopping.event;

import com.ikea.shared.products.model.RetailItemCommunication;

public class ProductSelectedInSLEvent
{
  public final RetailItemCommunication retailItemCommunication;
  public final int selectedIndex;

  public ProductSelectedInSLEvent(RetailItemCommunication paramRetailItemCommunication, int paramInt)
  {
    this.retailItemCommunication = paramRetailItemCommunication;
    this.selectedIndex = paramInt;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.shopping.event.ProductSelectedInSLEvent
 * JD-Core Version:    0.6.2
 */