class com.apple.eawt._AppEventLegacyHandler$6 implements com.apple.eawt._AppEventLegacyHandler$EventDispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.eawt._AppEventLegacyHandler$6
  super_class: java.lang.Object
{
  final com.apple.eawt._AppEventLegacyHandler this$0;
    descriptor: Lcom/apple/eawt/_AppEventLegacyHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.apple.eawt.ApplicationEvent val$ae;
    descriptor: Lcom/apple/eawt/ApplicationEvent;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.eawt._AppEventLegacyHandler, com.apple.eawt.ApplicationEvent);
    descriptor: (Lcom/apple/eawt/_AppEventLegacyHandler;Lcom/apple/eawt/ApplicationEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.eawt._AppEventLegacyHandler$6 this
         0: .line 149
            aload 0 /* this */
            aload 1
            putfield com.apple.eawt._AppEventLegacyHandler$6.this$0:Lcom/apple/eawt/_AppEventLegacyHandler;
            aload 0 /* this */
            aload 2
            putfield com.apple.eawt._AppEventLegacyHandler$6.val$ae:Lcom/apple/eawt/ApplicationEvent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.eawt._AppEventLegacyHandler$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/_AppEventLegacyHandler$6;
    MethodParameters:
        Name  Flags
      this$0  final
      val$ae  final

  public void dispatchEvent(com.apple.eawt.ApplicationListener);
    descriptor: (Lcom/apple/eawt/ApplicationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.eawt._AppEventLegacyHandler$6 this
        start local 1 // com.apple.eawt.ApplicationListener listener
         0: .line 151
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.apple.eawt._AppEventLegacyHandler$6.val$ae:Lcom/apple/eawt/ApplicationEvent;
            invokeinterface com.apple.eawt.ApplicationListener.handlePrintFile:(Lcom/apple/eawt/ApplicationEvent;)V
         1: .line 152
            return
        end local 1 // com.apple.eawt.ApplicationListener listener
        end local 0 // com.apple.eawt._AppEventLegacyHandler$6 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/apple/eawt/_AppEventLegacyHandler$6;
            0    2     1  listener  Lcom/apple/eawt/ApplicationListener;
    MethodParameters:
          Name  Flags
      listener  final
}
SourceFile: "_AppEventLegacyHandler.java"
EnclosingMethod: com.apple.eawt._AppEventLegacyHandler.printFiles:(Lcom/apple/eawt/AppEvent$PrintFilesEvent;)V
NestHost: com.apple.eawt._AppEventLegacyHandler
InnerClasses:
  public PrintFilesEvent = com.apple.eawt.AppEvent$PrintFilesEvent of com.apple.eawt.AppEvent
  com.apple.eawt._AppEventLegacyHandler$6
  abstract EventDispatcher = com.apple.eawt._AppEventLegacyHandler$EventDispatcher of com.apple.eawt._AppEventLegacyHandler