class com.apple.eawt._AppEventHandler$_HiddenAppDispatcher extends com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor<com.apple.eawt.AppHiddenListener, com.apple.eawt.AppEvent$AppHiddenEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.eawt._AppEventHandler$_HiddenAppDispatcher
  super_class: com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor
{
  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$_HiddenAppDispatcher this
         0: .line 292
            aload 0 /* this */
            aload 1
            putfield com.apple.eawt._AppEventHandler$_HiddenAppDispatcher.this$0:Lcom/apple/eawt/_AppEventHandler;
            aload 0 /* this */
            aload 1
            invokespecial com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor.<init>:(Lcom/apple/eawt/_AppEventHandler;)V
            return
        end local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/_AppEventHandler$_HiddenAppDispatcher;
    MethodParameters:
        Name  Flags
      this$0  final

  com.apple.eawt.AppEvent$AppHiddenEvent createEvent(boolean);
    descriptor: (Z)Lcom/apple/eawt/AppEvent$AppHiddenEvent;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
        start local 1 // boolean isTrue
         0: .line 293
            new com.apple.eawt.AppEvent$AppHiddenEvent
            dup
            invokespecial com.apple.eawt.AppEvent$AppHiddenEvent.<init>:()V
            areturn
        end local 1 // boolean isTrue
        end local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/apple/eawt/_AppEventHandler$_HiddenAppDispatcher;
            0    1     1  isTrue  Z
    MethodParameters:
        Name  Flags
      isTrue  final

  void performFalseEventOn(com.apple.eawt.AppHiddenListener, com.apple.eawt.AppEvent$AppHiddenEvent);
    descriptor: (Lcom/apple/eawt/AppHiddenListener;Lcom/apple/eawt/AppEvent$AppHiddenEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
        start local 1 // com.apple.eawt.AppHiddenListener listener
        start local 2 // com.apple.eawt.AppEvent$AppHiddenEvent e
         0: .line 296
            aload 1 /* listener */
            aload 2 /* e */
            invokeinterface com.apple.eawt.AppHiddenListener.appUnhidden:(Lcom/apple/eawt/AppEvent$AppHiddenEvent;)V
         1: .line 297
            return
        end local 2 // com.apple.eawt.AppEvent$AppHiddenEvent e
        end local 1 // com.apple.eawt.AppHiddenListener listener
        end local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/apple/eawt/_AppEventHandler$_HiddenAppDispatcher;
            0    2     1  listener  Lcom/apple/eawt/AppHiddenListener;
            0    2     2         e  Lcom/apple/eawt/AppEvent$AppHiddenEvent;
    MethodParameters:
          Name  Flags
      listener  final
      e         final

  void performTrueEventOn(com.apple.eawt.AppHiddenListener, com.apple.eawt.AppEvent$AppHiddenEvent);
    descriptor: (Lcom/apple/eawt/AppHiddenListener;Lcom/apple/eawt/AppEvent$AppHiddenEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
        start local 1 // com.apple.eawt.AppHiddenListener listener
        start local 2 // com.apple.eawt.AppEvent$AppHiddenEvent e
         0: .line 300
            aload 1 /* listener */
            aload 2 /* e */
            invokeinterface com.apple.eawt.AppHiddenListener.appHidden:(Lcom/apple/eawt/AppEvent$AppHiddenEvent;)V
         1: .line 301
            return
        end local 2 // com.apple.eawt.AppEvent$AppHiddenEvent e
        end local 1 // com.apple.eawt.AppHiddenListener listener
        end local 0 // com.apple.eawt._AppEventHandler$_HiddenAppDispatcher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/apple/eawt/_AppEventHandler$_HiddenAppDispatcher;
            0    2     1  listener  Lcom/apple/eawt/AppHiddenListener;
            0    2     2         e  Lcom/apple/eawt/AppEvent$AppHiddenEvent;
    MethodParameters:
          Name  Flags
      listener  final
      e         final

  void performTrueEventOn(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)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.AppHiddenListener
            aload 2
            checkcast com.apple.eawt.AppEvent$AppHiddenEvent
            invokevirtual com.apple.eawt._AppEventHandler$_HiddenAppDispatcher.performTrueEventOn:(Lcom/apple/eawt/AppHiddenListener;Lcom/apple/eawt/AppEvent$AppHiddenEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void performFalseEventOn(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)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.AppHiddenListener
            aload 2
            checkcast com.apple.eawt.AppEvent$AppHiddenEvent
            invokevirtual com.apple.eawt._AppEventHandler$_HiddenAppDispatcher.performFalseEventOn:(Lcom/apple/eawt/AppHiddenListener;Lcom/apple/eawt/AppEvent$AppHiddenEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  java.lang.Object createEvent(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.apple.eawt._AppEventHandler$_HiddenAppDispatcher.createEvent:(Z)Lcom/apple/eawt/AppEvent$AppHiddenEvent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/eawt/_AppEventHandler$_BooleanAppEventMultiplexor<Lcom/apple/eawt/AppHiddenListener;Lcom/apple/eawt/AppEvent$AppHiddenEvent;>;
SourceFile: "_AppEventHandler.java"
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  public AppHiddenEvent = com.apple.eawt.AppEvent$AppHiddenEvent of com.apple.eawt.AppEvent
  abstract _BooleanAppEventMultiplexor = com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor of com.apple.eawt._AppEventHandler
  _HiddenAppDispatcher = com.apple.eawt._AppEventHandler$_HiddenAppDispatcher of com.apple.eawt._AppEventHandler