49 lines
1.4 KiB
Smali
49 lines
1.4 KiB
Smali
.class public interface abstract Lcom/google/firebase/events/Subscriber;
|
|
.super Ljava/lang/Object;
|
|
.source "Subscriber.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract subscribe(Ljava/lang/Class;Lcom/google/firebase/events/EventHandler;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Ljava/lang/Class<",
|
|
"TT;>;",
|
|
"Lcom/google/firebase/events/EventHandler<",
|
|
"-TT;>;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract subscribe(Ljava/lang/Class;Ljava/util/concurrent/Executor;Lcom/google/firebase/events/EventHandler;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Ljava/lang/Class<",
|
|
"TT;>;",
|
|
"Ljava/util/concurrent/Executor;",
|
|
"Lcom/google/firebase/events/EventHandler<",
|
|
"-TT;>;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract unsubscribe(Ljava/lang/Class;Lcom/google/firebase/events/EventHandler;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Ljava/lang/Class<",
|
|
"TT;>;",
|
|
"Lcom/google/firebase/events/EventHandler<",
|
|
"-TT;>;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|