public final class com.sun.javafx.stage.WindowCloseRequestHandler extends com.sun.javafx.event.BasicEventDispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.stage.WindowCloseRequestHandler
  super_class: com.sun.javafx.event.BasicEventDispatcher
{
  private final javafx.stage.Window window;
    descriptor: Ljavafx/stage/Window;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.stage.WindowCloseRequestHandler this
        start local 1 // javafx.stage.Window window
         0: .line 36
            aload 0 /* this */
            invokespecial com.sun.javafx.event.BasicEventDispatcher.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* window */
            putfield com.sun.javafx.stage.WindowCloseRequestHandler.window:Ljavafx/stage/Window;
         2: .line 38
            return
        end local 1 // javafx.stage.Window window
        end local 0 // com.sun.javafx.stage.WindowCloseRequestHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/javafx/stage/WindowCloseRequestHandler;
            0    3     1  window  Ljavafx/stage/Window;
    MethodParameters:
        Name  Flags
      window  final

  public javafx.event.Event dispatchBubblingEvent(javafx.event.Event);
    descriptor: (Ljavafx/event/Event;)Ljavafx/event/Event;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.stage.WindowCloseRequestHandler this
        start local 1 // javafx.event.Event event
         0: .line 42
            aload 1 /* event */
            invokevirtual javafx.event.Event.getEventType:()Ljavafx/event/EventType;
            getstatic javafx.stage.WindowEvent.WINDOW_CLOSE_REQUEST:Ljavafx/event/EventType;
            if_acmpne 3
         1: .line 45
            aload 0 /* this */
            getfield com.sun.javafx.stage.WindowCloseRequestHandler.window:Ljavafx/stage/Window;
            invokevirtual javafx.stage.Window.hide:()V
         2: .line 46
            aload 1 /* event */
            invokevirtual javafx.event.Event.consume:()V
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            areturn
        end local 1 // javafx.event.Event event
        end local 0 // com.sun.javafx.stage.WindowCloseRequestHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/javafx/stage/WindowCloseRequestHandler;
            0    4     1  event  Ljavafx/event/Event;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "WindowCloseRequestHandler.java"