2022-06-10 21:38:30 +09:00

68 lines
1.6 KiB
Smali

.class Lcom/google/common/util/concurrent/AbstractService$1;
.super Ljava/lang/Object;
.source "AbstractService.java"
# interfaces
.implements Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/AbstractService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/common/util/concurrent/ListenerCallQueue$Event<",
"Lcom/google/common/util/concurrent/Service$Listener;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public call(Lcom/google/common/util/concurrent/Service$Listener;)V
.locals 0
.line 2
invoke-virtual {p1}, Lcom/google/common/util/concurrent/Service$Listener;->starting()V
return-void
.end method
.method public bridge synthetic call(Ljava/lang/Object;)V
.locals 0
.line 1
check-cast p1, Lcom/google/common/util/concurrent/Service$Listener;
invoke-virtual {p0, p1}, Lcom/google/common/util/concurrent/AbstractService$1;->call(Lcom/google/common/util/concurrent/Service$Listener;)V
return-void
.end method
.method public toString()Ljava/lang/String;
.locals 1
const-string v0, "starting()"
return-object v0
.end method