// 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; import org.jdeferred.ProgressPipe; // Referenced classes of package org.jdeferred.impl: // PipedPromise class val.progressFilter implements ProgressCallback { final PipedPromise this$0; final ProgressPipe val$progressFilter; public void onProgress(Object obj) { if (val$progressFilter != null) { pipe(val$progressFilter.pipeProgress(obj)); return; } else { notify(obj); return; } } () { this$0 = final_pipedpromise; val$progressFilter = ProgressPipe.this; super(); } }