public interface com.sun.javafx.application.PlatformImpl$FinishListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.javafx.application.PlatformImpl$FinishListener
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 340
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tStackWalker cannot be resolved to a type\n\tThis lambda expression refers to the missing type StackFrame\n\tStackWalker cannot be resolved to a type\n\tThe method doPrivileged(PrivilegedAction<StackWalker>) from the type AccessController refers to the missing type StackWalker\n\tStackWalker cannot be resolved to a type\n\tThis lambda expression refers to the missing type StackWalker\n\tStackWalker cannot be resolved\n\tStackWalker cannot be resolved to a variable\n\tStackWalker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void idle(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      implicitExit  

  public abstract void exitCalled();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PlatformImpl.java"
NestHost: com.sun.javafx.application.PlatformImpl
InnerClasses:
  public abstract FinishListener = com.sun.javafx.application.PlatformImpl$FinishListener of com.sun.javafx.application.PlatformImpl