tmap/smali_classes3/com/google/common/util/concurrent/AbstractScheduledService$1.smali
2022-06-10 21:38:30 +09:00

56 lines
1.8 KiB
Smali

.class Lcom/google/common/util/concurrent/AbstractScheduledService$1;
.super Lcom/google/common/util/concurrent/Service$Listener;
.source "AbstractScheduledService.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/util/concurrent/AbstractScheduledService;->executor()Ljava/util/concurrent/ScheduledExecutorService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic val$executor:Ljava/util/concurrent/ScheduledExecutorService;
# direct methods
.method public constructor <init>(Lcom/google/common/util/concurrent/AbstractScheduledService;Ljava/util/concurrent/ScheduledExecutorService;)V
.locals 0
.line 1
iput-object p2, p0, Lcom/google/common/util/concurrent/AbstractScheduledService$1;->val$executor:Ljava/util/concurrent/ScheduledExecutorService;
invoke-direct {p0}, Lcom/google/common/util/concurrent/Service$Listener;-><init>()V
return-void
.end method
# virtual methods
.method public failed(Lcom/google/common/util/concurrent/Service$State;Ljava/lang/Throwable;)V
.locals 0
.line 1
iget-object p1, p0, Lcom/google/common/util/concurrent/AbstractScheduledService$1;->val$executor:Ljava/util/concurrent/ScheduledExecutorService;
invoke-interface {p1}, Ljava/util/concurrent/ScheduledExecutorService;->shutdown()V
return-void
.end method
.method public terminated(Lcom/google/common/util/concurrent/Service$State;)V
.locals 0
.line 1
iget-object p1, p0, Lcom/google/common/util/concurrent/AbstractScheduledService$1;->val$executor:Ljava/util/concurrent/ScheduledExecutorService;
invoke-interface {p1}, Ljava/util/concurrent/ScheduledExecutorService;->shutdown()V
return-void
.end method