// Generated automatically from javafx.scene.web.WebEvent for testing purposes package javafx.scene.web; import javafx.event.Event; import javafx.event.EventType; public class WebEvent extends Event { protected WebEvent() {} public String toString(){ return null; } public T getData(){ return null; } public WebEvent(Object p0, EventType p1, T p2){} public static EventType ALERT = null; public static EventType ANY = null; public static EventType RESIZED = null; public static EventType STATUS_CHANGED = null; public static EventType VISIBILITY_CHANGED = null; }