RFR: 8306021: Add event handler management to EventTarget [v5]
Kevin Rushforth
kcr at openjdk.org
Mon Jun 12 22:57:52 UTC 2023
On Mon, 12 Jun 2023 18:17:17 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> This PR adds the following methods to the `EventTarget` interface:
>> 1. `addEventHandler`
>> 2. `removeEventHandler`
>> 3. `addEventFilter`
>> 4. `removeEventFilter`
>
> Michael Strauß has updated the pull request incrementally with two additional commits since the last revision:
>
> - added tests
> - Code review changes
Looks good. I'll Review the CSR and then you can Finalize it.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1090#pullrequestreview-1475933597
More information about the openjfx-dev
mailing list