package com.ikea.kompis.products.event;

import com.ikea.shared.products.model.ItemRef;

public class OptionChangedEvent
{
  public final ItemRef itemRef;

  public OptionChangedEvent(ItemRef paramItemRef)
  {
    this.itemRef = paramItemRef;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.products.event.OptionChangedEvent
 * JD-Core Version:    0.6.2
 */