PaymentChannelClientState$2.smali

.class Lorg/bitcoinj/protocols/channels/PaymentChannelClientState$2;
.super Ljava/lang/Object;
.source "PaymentChannelClientState.java"

# interfaces
.implements Lcom/google/common/util/concurrent/q;


# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
    value = Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;->watchCloseConfirmations()V
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Lcom/google/common/util/concurrent/q",
        "<",
        "Lorg/bitcoinj/core/TransactionConfidence;",
        ">;"
    }
.end annotation


# instance fields
.field final synthetic this$0:Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;


# direct methods
.method constructor <init>(Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;)V
    .registers 2

    .prologue
    .line 181
    iput-object p1, p0, Lorg/bitcoinj/protocols/channels/PaymentChannelClientState$2;->this$0:Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public onFailure(Ljava/lang/Throwable;)V
    .registers 2

    .prologue
    .line 189
    invoke-static {p1}, Lcom/google/common/base/v;->c(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;

    .line 190
    return-void
.end method

.method public bridge synthetic onSuccess(Ljava/lang/Object;)V
    .registers 2

    .prologue
    .line 181
    check-cast p1, Lorg/bitcoinj/core/TransactionConfidence;

    invoke-virtual {p0, p1}, Lorg/bitcoinj/protocols/channels/PaymentChannelClientState$2;->onSuccess(Lorg/bitcoinj/core/TransactionConfidence;)V

    return-void
.end method

.method public onSuccess(Lorg/bitcoinj/core/TransactionConfidence;)V
    .registers 3

    .prologue
    .line 184
    iget-object v0, p0, Lorg/bitcoinj/protocols/channels/PaymentChannelClientState$2;->this$0:Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;

    # invokes: Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;->deleteChannelFromWallet()V
    invoke-static {v0}, Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;->access$100(Lorg/bitcoinj/protocols/channels/PaymentChannelClientState;)V

    .line 185
    return-void
.end method