On Wed, 12 Apr 2023 18:19:11 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> This PR adds the following methods to the `EventTarget` interface: > 1. `addEventHandler` > 2. `removeEventHandler` > 3. `addEventFilter` > 4. `removeEventFilter` This pull request has now been integrated. Changeset: 614dc55f Author: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/614dc55fa94c1692cfec534220f5b8e97c90cfce Stats: 636 lines in 15 files changed: 245 ins; 323 del; 68 mod 8306021: Add event handler management to EventTarget Reviewed-by: jhendrikx, nlisker, angorya, mhanl, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1090