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

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

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

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

  void registerNativeListener();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.eawt._AppEventHandler$_SystemSleepDispatcher this
         0: .line 348
            iconst_3
            invokestatic com.apple.eawt._AppEventHandler.nativeRegisterForNotification:(I)V
         1: .line 349
            return
        end local 0 // com.apple.eawt._AppEventHandler$_SystemSleepDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/eawt/_AppEventHandler$_SystemSleepDispatcher;

  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.SystemSleepListener
            aload 2
            checkcast com.apple.eawt.AppEvent$SystemSleepEvent
            invokevirtual com.apple.eawt._AppEventHandler$_SystemSleepDispatcher.performTrueEventOn:(Lcom/apple/eawt/SystemSleepListener;Lcom/apple/eawt/AppEvent$SystemSleepEvent;)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.SystemSleepListener
            aload 2
            checkcast com.apple.eawt.AppEvent$SystemSleepEvent
            invokevirtual com.apple.eawt._AppEventHandler$_SystemSleepDispatcher.performFalseEventOn:(Lcom/apple/eawt/SystemSleepListener;Lcom/apple/eawt/AppEvent$SystemSleepEvent;)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$_SystemSleepDispatcher.createEvent:(Z)Lcom/apple/eawt/AppEvent$SystemSleepEvent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/eawt/_AppEventHandler$_BooleanAppEventMultiplexor<Lcom/apple/eawt/SystemSleepListener;Lcom/apple/eawt/AppEvent$SystemSleepEvent;>;
SourceFile: "_AppEventHandler.java"
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  public SystemSleepEvent = com.apple.eawt.AppEvent$SystemSleepEvent of com.apple.eawt.AppEvent
  abstract _BooleanAppEventMultiplexor = com.apple.eawt._AppEventHandler$_BooleanAppEventMultiplexor of com.apple.eawt._AppEventHandler
  _SystemSleepDispatcher = com.apple.eawt._AppEventHandler$_SystemSleepDispatcher of com.apple.eawt._AppEventHandler