mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
78 lines
2.1 KiB
Smali
78 lines
2.1 KiB
Smali
.class abstract Lcom/google/common/eventbus/Dispatcher;
|
|
.super Ljava/lang/Object;
|
|
.source "Dispatcher.java"
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Lcom/google/common/eventbus/ElementTypesAreNonnullByDefault;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/common/eventbus/Dispatcher$ImmediateDispatcher;,
|
|
Lcom/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher;,
|
|
Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 35
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method static immediate()Lcom/google/common/eventbus/Dispatcher;
|
|
.locals 1
|
|
|
|
.line 67
|
|
invoke-static {}, Lcom/google/common/eventbus/Dispatcher$ImmediateDispatcher;->access$200()Lcom/google/common/eventbus/Dispatcher$ImmediateDispatcher;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static legacyAsync()Lcom/google/common/eventbus/Dispatcher;
|
|
.locals 2
|
|
|
|
.line 58
|
|
new-instance v0, Lcom/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher;-><init>(Lcom/google/common/eventbus/Dispatcher$1;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static perThreadDispatchQueue()Lcom/google/common/eventbus/Dispatcher;
|
|
.locals 2
|
|
|
|
.line 48
|
|
new-instance v0, Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher;-><init>(Lcom/google/common/eventbus/Dispatcher$1;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method abstract dispatch(Ljava/lang/Object;Ljava/util/Iterator;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/Iterator<",
|
|
"Lcom/google/common/eventbus/Subscriber;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|