25 lines
554 B
Smali
25 lines
554 B
Smali
.class public interface abstract Lcom/nytimes/android/external/cache/h;
|
|
.super Ljava/lang/Object;
|
|
.source "ListenableFuture.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Future;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<V:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/concurrent/Future<",
|
|
"TV;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract addListener(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)V
|
|
.end method
|