On Wed, 13 May 2026 17:51:27 GMT, Andy Goryachev <[email protected]> wrote:

> would it make sense to create a public API to dispatch an event specifically 
> to the given `Node`, bypassing the normal path (as in `Event.fireEvent` ?)

I wouldn't add such a specialized API. It would make more sense to provide an 
API so clients can easily create event dispatch chains. The EventDispatchChain 
interface is public but the implementation is not and there's no supported way 
for clients to create one. With one of those in hand it's easy to pass an event 
to a single dispatcher or even a set of dispatchers.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2166#discussion_r3237039073

Reply via email to