Weather/smali/android/support/v4/app/LoaderManager$LoaderCallbacks.smali
2021-05-10 10:13:34 +02:00

82 lines
2.3 KiB
Smali

.class public interface abstract Landroid/support/v4/app/LoaderManager$LoaderCallbacks;
.super Ljava/lang/Object;
.source "LoaderManager.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/app/LoaderManager;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "LoaderCallbacks"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<D:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract onCreateLoader(ILandroid/os/Bundle;)Landroid/support/v4/content/Loader;
.param p2 # Landroid/os/Bundle;
.annotation build Landroid/support/annotation/Nullable;
.end annotation
.end param
.annotation build Landroid/support/annotation/MainThread;
.end annotation
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Landroid/os/Bundle;",
")",
"Landroid/support/v4/content/Loader<",
"TD;>;"
}
.end annotation
.end method
.method public abstract onLoadFinished(Landroid/support/v4/content/Loader;Ljava/lang/Object;)V
.param p1 # Landroid/support/v4/content/Loader;
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.end param
.annotation build Landroid/support/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/support/v4/content/Loader<",
"TD;>;TD;)V"
}
.end annotation
.end method
.method public abstract onLoaderReset(Landroid/support/v4/content/Loader;)V
.param p1 # Landroid/support/v4/content/Loader;
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.end param
.annotation build Landroid/support/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/support/v4/content/Loader<",
"TD;>;)V"
}
.end annotation
.end method