// 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 org.jdeferred.impl; import org.jdeferred.ProgressCallback; // Referenced classes of package org.jdeferred.impl: // PipedPromise class this._cls0 implements ProgressCallback { final PipedPromise this$0; public void onProgress(Object obj) { notify(obj); } () { this$0 = PipedPromise.this; super(); } }