mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
57 lines
2.1 KiB
Smali
57 lines
2.1 KiB
Smali
.class public Lcom/google/common/eventbus/AsyncEventBus;
|
|
.super Lcom/google/common/eventbus/EventBus;
|
|
.source "AsyncEventBus.java"
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Lcom/google/common/eventbus/ElementTypesAreNonnullByDefault;
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/util/concurrent/Executor;)V
|
|
.locals 2
|
|
|
|
.line 38
|
|
invoke-static {}, Lcom/google/common/eventbus/Dispatcher;->legacyAsync()Lcom/google/common/eventbus/Dispatcher;
|
|
|
|
move-result-object v0
|
|
|
|
sget-object v1, Lcom/google/common/eventbus/EventBus$LoggingHandler;->INSTANCE:Lcom/google/common/eventbus/EventBus$LoggingHandler;
|
|
|
|
invoke-direct {p0, p1, p2, v0, v1}, Lcom/google/common/eventbus/EventBus;-><init>(Ljava/lang/String;Ljava/util/concurrent/Executor;Lcom/google/common/eventbus/Dispatcher;Lcom/google/common/eventbus/SubscriberExceptionHandler;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/util/concurrent/Executor;)V
|
|
.locals 3
|
|
|
|
.line 61
|
|
invoke-static {}, Lcom/google/common/eventbus/Dispatcher;->legacyAsync()Lcom/google/common/eventbus/Dispatcher;
|
|
|
|
move-result-object v0
|
|
|
|
sget-object v1, Lcom/google/common/eventbus/EventBus$LoggingHandler;->INSTANCE:Lcom/google/common/eventbus/EventBus$LoggingHandler;
|
|
|
|
const-string v2, "default"
|
|
|
|
invoke-direct {p0, v2, p1, v0, v1}, Lcom/google/common/eventbus/EventBus;-><init>(Ljava/lang/String;Ljava/util/concurrent/Executor;Lcom/google/common/eventbus/Dispatcher;Lcom/google/common/eventbus/SubscriberExceptionHandler;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/util/concurrent/Executor;Lcom/google/common/eventbus/SubscriberExceptionHandler;)V
|
|
.locals 2
|
|
|
|
const-string v0, "default"
|
|
|
|
.line 51
|
|
invoke-static {}, Lcom/google/common/eventbus/Dispatcher;->legacyAsync()Lcom/google/common/eventbus/Dispatcher;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {p0, v0, p1, v1, p2}, Lcom/google/common/eventbus/EventBus;-><init>(Ljava/lang/String;Ljava/util/concurrent/Executor;Lcom/google/common/eventbus/Dispatcher;Lcom/google/common/eventbus/SubscriberExceptionHandler;)V
|
|
|
|
return-void
|
|
.end method
|