RFR: 8306021: Add event handler management to EventTarget [v2]
Michael Strauß
mstrauss at openjdk.org
Sat Apr 15 18:32:38 UTC 2023
On Sat, 15 Apr 2023 18:01:28 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 one additional commit since the last revision:
>
> revert a change in Menu
I've reverted a change that caused a unit test failure.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1090#issuecomment-1509922579
More information about the openjfx-dev
mailing list