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: 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: putstatic javafx.scene.web.WebEvent.ANY:Ljavafx/event/EventType;
2: 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: putstatic javafx.scene.web.WebEvent.RESIZED:Ljavafx/event/EventType;
4: 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: putstatic javafx.scene.web.WebEvent.STATUS_CHANGED:Ljavafx/event/EventType;
6: 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: putstatic javafx.scene.web.WebEvent.VISIBILITY_CHANGED:Ljavafx/event/EventType;
8: 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: putstatic javafx.scene.web.WebEvent.ALERT:Ljavafx/event/EventType;
10: 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
aload 2
invokespecial javafx.event.Event.<init>:(Ljava/lang/Object;Ljavafx/event/EventTarget;Ljavafx/event/EventType;)V
1: aload 0
aload 3
putfield javafx.scene.web.WebEvent.data:Ljava/lang/Object;
2: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield javafx.scene.web.WebEvent.data:Ljava/lang/Object;
areturn
end local 0 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 0: ldc "WebEvent [source = %s, eventType = %s, data = %s]"
iconst_3
anewarray java.lang.Object
dup
iconst_0
1: aload 0
invokevirtual javafx.scene.web.WebEvent.getSource:()Ljava/lang/Object;
aastore
dup
iconst_1
aload 0
invokevirtual javafx.scene.web.WebEvent.getEventType:()Ljavafx/event/EventType;
aastore
dup
iconst_2
aload 0
invokevirtual javafx.scene.web.WebEvent.getData:()Ljava/lang/Object;
aastore
2: invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 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"