public interface com.apple.eawt.PrintFilesHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.apple.eawt.PrintFilesHandler
  super_class: java.lang.Object
{
  public abstract void printFiles(com.apple.eawt.AppEvent$PrintFilesEvent);
    descriptor: (Lcom/apple/eawt/AppEvent$PrintFilesEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "PrintFilesHandler.java"
InnerClasses:
  public PrintFilesEvent = com.apple.eawt.AppEvent$PrintFilesEvent of com.apple.eawt.AppEvent