Files
codeql/java/ql/test/stubs/javafx-web/javafx/event/EventDispatcher.java
Tony Torralba 393a0759db More stubs
2023-03-10 12:35:13 +01:00

12 lines
269 B
Java
Generated

// Generated automatically from javafx.event.EventDispatcher for testing purposes
package javafx.event;
import javafx.event.Event;
import javafx.event.EventDispatchChain;
public interface EventDispatcher
{
Event dispatchEvent(Event p0, EventDispatchChain p1);
}