class com.apple.eawt._AppEventHandler$_AppEventDispatcher$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.eawt._AppEventHandler$_AppEventDispatcher$1
  super_class: java.lang.Object
{
  final com.apple.eawt._AppEventHandler$_AppEventDispatcher this$1;
    descriptor: Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$localHandler;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.apple.eawt._AppEventHandler$_NativeEvent val$event;
    descriptor: Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.eawt._AppEventHandler$_AppEventDispatcher, java.lang.Object, com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher;Ljava/lang/Object;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.apple.eawt._AppEventHandler$_AppEventDispatcher$1 this
         0: .line 514
            aload 0 /* this */
            aload 1
            putfield com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.this$1:Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher;
            aload 0 /* this */
            aload 2
            putfield com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.val$localHandler:Ljava/lang/Object;
            aload 0 /* this */
            aload 3
            putfield com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.val$event:Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.eawt._AppEventHandler$_AppEventDispatcher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$localHandler  final
      val$event         final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.eawt._AppEventHandler$_AppEventDispatcher$1 this
         0: .line 516
            aload 0 /* this */
            getfield com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.this$1:Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher;
            aload 0 /* this */
            getfield com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.val$localHandler:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.val$event:Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
            invokevirtual com.apple.eawt._AppEventHandler$_AppEventDispatcher.performUsing:(Ljava/lang/Object;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
         1: .line 517
            return
        end local 0 // com.apple.eawt._AppEventHandler$_AppEventDispatcher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher$1;
}
SourceFile: "_AppEventHandler.java"
EnclosingMethod: com.apple.eawt._AppEventHandler$_AppEventDispatcher.dispatch:(Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  abstract _AppEventDispatcher = com.apple.eawt._AppEventHandler$_AppEventDispatcher of com.apple.eawt._AppEventHandler
  com.apple.eawt._AppEventHandler$_AppEventDispatcher$1
  _NativeEvent = com.apple.eawt._AppEventHandler$_NativeEvent of com.apple.eawt._AppEventHandler