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

23 lines
559 B
Smali

.class interface abstract Lcom/google/common/util/concurrent/AbstractScheduledService$Cancellable;
.super Ljava/lang/Object;
.source "AbstractScheduledService.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/AbstractScheduledService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Cancellable"
.end annotation
# virtual methods
.method public abstract cancel(Z)V
.end method
.method public abstract isCancelled()Z
.end method