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