// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.detectors; import com.olio.util.ALog; import org.jdeferred.ProgressCallback; // Referenced classes of package com.oliodevices.assist.app.detectors: // LookDetector class this._cls0 implements ProgressCallback { final LookDetector this$0; public void onProgress(Integer integer) { ALog.v((new StringBuilder()).append("Download Progress: ").append(integer).toString(), new Object[0]); } public volatile void onProgress(Object obj) { onProgress((Integer)obj); } _cls9() { this$0 = LookDetector.this; super(); } }