mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
12 lines
269 B
Java
Generated
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);
|
|
}
|