class com.apple.eawt._AppEventHandler$_AboutDispatcher extends com.apple.eawt._AppEventHandler$_AppEventDispatcher<com.apple.eawt.AboutHandler>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.eawt._AppEventHandler$_AboutDispatcher
  super_class: com.apple.eawt._AppEventHandler$_AppEventDispatcher
{
  final com.apple.eawt._AppEventHandler this$0;
    descriptor: Lcom/apple/eawt/_AppEventHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.eawt._AppEventHandler);
    descriptor: (Lcom/apple/eawt/_AppEventHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.eawt._AppEventHandler$_AboutDispatcher this
         0: .line 244
            aload 0 /* this */
            aload 1
            putfield com.apple.eawt._AppEventHandler$_AboutDispatcher.this$0:Lcom/apple/eawt/_AppEventHandler;
            aload 0 /* this */
            aload 1
            invokespecial com.apple.eawt._AppEventHandler$_AppEventDispatcher.<init>:(Lcom/apple/eawt/_AppEventHandler;)V
            return
        end local 0 // com.apple.eawt._AppEventHandler$_AboutDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/_AppEventHandler$_AboutDispatcher;
    MethodParameters:
        Name  Flags
      this$0  final

  void performDefaultAction(com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.eawt._AppEventHandler$_AboutDispatcher this
        start local 1 // com.apple.eawt._AppEventHandler$_NativeEvent event
         0: .line 246
            aload 0 /* this */
            getfield com.apple.eawt._AppEventHandler$_AboutDispatcher.this$0:Lcom/apple/eawt/_AppEventHandler;
            invokevirtual com.apple.eawt._AppEventHandler.openCocoaAboutWindow:()V
         1: .line 247
            return
        end local 1 // com.apple.eawt._AppEventHandler$_NativeEvent event
        end local 0 // com.apple.eawt._AppEventHandler$_AboutDispatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/apple/eawt/_AppEventHandler$_AboutDispatcher;
            0    2     1  event  Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
    MethodParameters:
       Name  Flags
      event  final

  void performUsing(com.apple.eawt.AboutHandler, com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Lcom/apple/eawt/AboutHandler;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.eawt._AppEventHandler$_AboutDispatcher this
        start local 1 // com.apple.eawt.AboutHandler handler
        start local 2 // com.apple.eawt._AppEventHandler$_NativeEvent event
         0: .line 250
            aload 1 /* handler */
            new com.apple.eawt.AppEvent$AboutEvent
            dup
            invokespecial com.apple.eawt.AppEvent$AboutEvent.<init>:()V
            invokeinterface com.apple.eawt.AboutHandler.handleAbout:(Lcom/apple/eawt/AppEvent$AboutEvent;)V
         1: .line 251
            return
        end local 2 // com.apple.eawt._AppEventHandler$_NativeEvent event
        end local 1 // com.apple.eawt.AboutHandler handler
        end local 0 // com.apple.eawt._AppEventHandler$_AboutDispatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/apple/eawt/_AppEventHandler$_AboutDispatcher;
            0    2     1  handler  Lcom/apple/eawt/AboutHandler;
            0    2     2    event  Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
    MethodParameters:
         Name  Flags
      handler  final
      event    final

  void performUsing(java.lang.Object, com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Ljava/lang/Object;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.apple.eawt.AboutHandler
            aload 2
            invokevirtual com.apple.eawt._AppEventHandler$_AboutDispatcher.performUsing:(Lcom/apple/eawt/AboutHandler;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher<Lcom/apple/eawt/AboutHandler;>;
SourceFile: "_AppEventHandler.java"
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  public AboutEvent = com.apple.eawt.AppEvent$AboutEvent of com.apple.eawt.AppEvent
  _AboutDispatcher = com.apple.eawt._AppEventHandler$_AboutDispatcher of com.apple.eawt._AppEventHandler
  abstract _AppEventDispatcher = com.apple.eawt._AppEventHandler$_AppEventDispatcher of com.apple.eawt._AppEventHandler
  _NativeEvent = com.apple.eawt._AppEventHandler$_NativeEvent of com.apple.eawt._AppEventHandler