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