abstract class com.google.common.eventbus.Dispatcher
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.google.common.eventbus.Dispatcher
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/eventbus/Dispatcher;
static com.google.common.eventbus.Dispatcher perThreadDispatchQueue();
descriptor: ()Lcom/google/common/eventbus/Dispatcher;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher
dup
invokespecial com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.common.eventbus.Dispatcher legacyAsync();
descriptor: ()Lcom/google/common/eventbus/Dispatcher;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher
dup
invokespecial com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.common.eventbus.Dispatcher immediate();
descriptor: ()Lcom/google/common/eventbus/Dispatcher;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.common.eventbus.Dispatcher$ImmediateDispatcher.INSTANCE:Lcom/google/common/eventbus/Dispatcher$ImmediateDispatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
abstract void dispatch(, java.util.Iterator<com.google.common.eventbus.Subscriber>);
descriptor: (Ljava/lang/Object;Ljava/util/Iterator;)V
flags: (0x0400) ACC_ABSTRACT
Signature: (Ljava/lang/Object;Ljava/util/Iterator<Lcom/google/common/eventbus/Subscriber;>;)V
MethodParameters:
Name Flags
event
subscribers
}
SourceFile: "Dispatcher.java"
NestMembers:
com.google.common.eventbus.Dispatcher$ImmediateDispatcher com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event
InnerClasses:
private final ImmediateDispatcher = com.google.common.eventbus.Dispatcher$ImmediateDispatcher of com.google.common.eventbus.Dispatcher
private final LegacyAsyncDispatcher = com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher of com.google.common.eventbus.Dispatcher
private final PerThreadQueuedDispatcher = com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher of com.google.common.eventbus.Dispatcher