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

  void performOnListener(com.apple.eawt.AppReOpenedListener, com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Lcom/apple/eawt/AppReOpenedListener;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.apple.eawt._AppEventHandler$_AppReOpenedDispatcher this
        start local 1 // com.apple.eawt.AppReOpenedListener listener
        start local 2 // com.apple.eawt._AppEventHandler$_NativeEvent event
         0: .line 275
            new com.apple.eawt.AppEvent$AppReOpenedEvent
            dup
            invokespecial com.apple.eawt.AppEvent$AppReOpenedEvent.<init>:()V
            astore 3 /* e */
        start local 3 // com.apple.eawt.AppEvent$AppReOpenedEvent e
         1: .line 276
            aload 1 /* listener */
            aload 3 /* e */
            invokeinterface com.apple.eawt.AppReOpenedListener.appReOpened:(Lcom/apple/eawt/AppEvent$AppReOpenedEvent;)V
         2: .line 277
            return
        end local 3 // com.apple.eawt.AppEvent$AppReOpenedEvent e
        end local 2 // com.apple.eawt._AppEventHandler$_NativeEvent event
        end local 1 // com.apple.eawt.AppReOpenedListener listener
        end local 0 // com.apple.eawt._AppEventHandler$_AppReOpenedDispatcher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/apple/eawt/_AppEventHandler$_AppReOpenedDispatcher;
            0    3     1  listener  Lcom/apple/eawt/AppReOpenedListener;
            0    3     2     event  Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
            1    3     3         e  Lcom/apple/eawt/AppEvent$AppReOpenedEvent;
    MethodParameters:
          Name  Flags
      listener  
      event     final

  void performOnListener(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.AppReOpenedListener
            aload 2
            invokevirtual com.apple.eawt._AppEventHandler$_AppReOpenedDispatcher.performOnListener:(Lcom/apple/eawt/AppReOpenedListener;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/eawt/_AppEventHandler$_AppEventMultiplexor<Lcom/apple/eawt/AppReOpenedListener;>;
SourceFile: "_AppEventHandler.java"
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  public AppReOpenedEvent = com.apple.eawt.AppEvent$AppReOpenedEvent of com.apple.eawt.AppEvent
  abstract _AppEventMultiplexor = com.apple.eawt._AppEventHandler$_AppEventMultiplexor of com.apple.eawt._AppEventHandler
  _AppReOpenedDispatcher = com.apple.eawt._AppEventHandler$_AppReOpenedDispatcher of com.apple.eawt._AppEventHandler
  _NativeEvent = com.apple.eawt._AppEventHandler$_NativeEvent of com.apple.eawt._AppEventHandler