public final class javafx.scene.web.WebEvent<T> extends javafx.event.Event
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.web.WebEvent
  super_class: javafx.event.Event
{
  public static final javafx.event.EventType<javafx.scene.web.WebEvent> ANY;
    descriptor: Ljavafx/event/EventType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;

  public static final javafx.event.EventType<javafx.scene.web.WebEvent> RESIZED;
    descriptor: Ljavafx/event/EventType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;

  public static final javafx.event.EventType<javafx.scene.web.WebEvent> STATUS_CHANGED;
    descriptor: Ljavafx/event/EventType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;

  public static final javafx.event.EventType<javafx.scene.web.WebEvent> VISIBILITY_CHANGED;
    descriptor: Ljavafx/event/EventType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;

  public static final javafx.event.EventType<javafx.scene.web.WebEvent> ALERT;
    descriptor: Ljavafx/event/EventType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;

  private final T data;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 50
            new javafx.event.EventType
            dup
            getstatic javafx.event.Event.ANY:Ljavafx/event/EventType;
            ldc "WEB"
            invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
         1: .line 49
            putstatic javafx.scene.web.WebEvent.ANY:Ljavafx/event/EventType;
         2: .line 57
            new javafx.event.EventType
            dup
            getstatic javafx.scene.web.WebEvent.ANY:Ljavafx/event/EventType;
            ldc "WEB_RESIZED"
            invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
         3: .line 56
            putstatic javafx.scene.web.WebEvent.RESIZED:Ljavafx/event/EventType;
         4: .line 63
            new javafx.event.EventType
            dup
            getstatic javafx.scene.web.WebEvent.ANY:Ljavafx/event/EventType;
            ldc "WEB_STATUS_CHANGED"
            invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
         5: .line 62
            putstatic javafx.scene.web.WebEvent.STATUS_CHANGED:Ljavafx/event/EventType;
         6: .line 70
            new javafx.event.EventType
            dup
            getstatic javafx.scene.web.WebEvent.ANY:Ljavafx/event/EventType;
            ldc "WEB_VISIBILITY_CHANGED"
            invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
         7: .line 69
            putstatic javafx.scene.web.WebEvent.VISIBILITY_CHANGED:Ljavafx/event/EventType;
         8: .line 77
            new javafx.event.EventType
            dup
            getstatic javafx.scene.web.WebEvent.ANY:Ljavafx/event/EventType;
            ldc "WEB_ALERT"
            invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
         9: .line 76
            putstatic javafx.scene.web.WebEvent.ALERT:Ljavafx/event/EventType;
        10: .line 77
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(, javafx.event.EventType<javafx.scene.web.WebEvent>, );
    descriptor: (Ljava/lang/Object;Ljavafx/event/EventType;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.scene.web.WebEvent this
        start local 1 // java.lang.Object source
        start local 2 // javafx.event.EventType type
        start local 3 // java.lang.Object data
         0: .line 89
            aload 0 /* this */
            aload 1 /* source */
            aconst_null
            aload 2 /* type */
            invokespecial javafx.event.Event.<init>:(Ljava/lang/Object;Ljavafx/event/EventTarget;Ljavafx/event/EventType;)V
         1: .line 90
            aload 0 /* this */
            aload 3 /* data */
            putfield javafx.scene.web.WebEvent.data:Ljava/lang/Object;
         2: .line 91
            return
        end local 3 // java.lang.Object data
        end local 2 // javafx.event.EventType type
        end local 1 // java.lang.Object source
        end local 0 // javafx.scene.web.WebEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavafx/scene/web/WebEvent<TT;>;
            0    3     1  source  Ljava/lang/Object;
            0    3     2    type  Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;
            0    3     3    data  TT;
    Signature: (Ljava/lang/Object;Ljavafx/event/EventType<Ljavafx/scene/web/WebEvent;>;TT;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "source")
      1:
        javafx.beans.NamedArg(value = "type")
      2:
        javafx.beans.NamedArg(value = "data")
    MethodParameters:
        Name  Flags
      source  
      type    
      data    

  public T getData();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebEvent this
         0: .line 98
            aload 0 /* this */
            getfield javafx.scene.web.WebEvent.data:Ljava/lang/Object;
            areturn
        end local 0 // javafx.scene.web.WebEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebEvent<TT;>;
    Signature: ()TT;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebEvent this
         0: .line 107
            ldc "WebEvent [source = %s, eventType = %s, data = %s]"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 108
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebEvent.getSource:()Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebEvent.getEventType:()Ljavafx/event/EventType;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebEvent.getData:()Ljava/lang/Object;
            aastore
         2: .line 106
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.web.WebEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/web/WebEvent<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/event/Event;
SourceFile: "WebEvent.java"