class com.apple.eawt._AppEventHandler$_AppForegroundDispatcher extends com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor<com.apple.eawt.AppForegroundListener, com.apple.eawt.AppEvent$AppForegroundEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.eawt._AppEventHandler$_AppForegroundDispatcher
  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$_AppForegroundDispatcher this
         0: .line 280
            aload 0 /* this */
            aload 1
            putfield com.apple.eawt._AppEventHandler$_AppForegroundDispatcher.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$_AppForegroundDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/_AppEventHandler$_AppForegroundDispatcher;
    MethodParameters:
        Name  Flags
      this$0  final

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

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

  void performTrueEventOn(com.apple.eawt.AppForegroundListener, com.apple.eawt.AppEvent$AppForegroundEvent);
    descriptor: (Lcom/apple/eawt/AppForegroundListener;Lcom/apple/eawt/AppEvent$AppForegroundEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.eawt._AppEventHandler$_AppForegroundDispatcher this
        start local 1 // com.apple.eawt.AppForegroundListener listener
        start local 2 // com.apple.eawt.AppEvent$AppForegroundEvent e
         0: .line 288
            aload 1 /* listener */
            aload 2 /* e */
            invokeinterface com.apple.eawt.AppForegroundListener.appRaisedToForeground:(Lcom/apple/eawt/AppEvent$AppForegroundEvent;)V
         1: .line 289
            return
        end local 2 // com.apple.eawt.AppEvent$AppForegroundEvent e
        end local 1 // com.apple.eawt.AppForegroundListener listener
        end local 0 // com.apple.eawt._AppEventHandler$_AppForegroundDispatcher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/apple/eawt/_AppEventHandler$_AppForegroundDispatcher;
            0    2     1  listener  Lcom/apple/eawt/AppForegroundListener;
            0    2     2         e  Lcom/apple/eawt/AppEvent$AppForegroundEvent;
    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.AppForegroundListener
            aload 2
            checkcast com.apple.eawt.AppEvent$AppForegroundEvent
            invokevirtual com.apple.eawt._AppEventHandler$_AppForegroundDispatcher.performTrueEventOn:(Lcom/apple/eawt/AppForegroundListener;Lcom/apple/eawt/AppEvent$AppForegroundEvent;)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.AppForegroundListener
            aload 2
            checkcast com.apple.eawt.AppEvent$AppForegroundEvent
            invokevirtual com.apple.eawt._AppEventHandler$_AppForegroundDispatcher.performFalseEventOn:(Lcom/apple/eawt/AppForegroundListener;Lcom/apple/eawt/AppEvent$AppForegroundEvent;)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$_AppForegroundDispatcher.createEvent:(Z)Lcom/apple/eawt/AppEvent$AppForegroundEvent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/eawt/_AppEventHandler$_BooleanAppEventMultiplexor<Lcom/apple/eawt/AppForegroundListener;Lcom/apple/eawt/AppEvent$AppForegroundEvent;>;
SourceFile: "_AppEventHandler.java"
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  public AppForegroundEvent = com.apple.eawt.AppEvent$AppForegroundEvent of com.apple.eawt.AppEvent
  _AppForegroundDispatcher = com.apple.eawt._AppEventHandler$_AppForegroundDispatcher of com.apple.eawt._AppEventHandler
  abstract _BooleanAppEventMultiplexor = com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor of com.apple.eawt._AppEventHandler