RFR: 8306021: Add event handler management to EventTarget [v4]

Michael Strauß mstrauss at openjdk.org
Mon Apr 17 06:00:19 UTC 2023


> 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:

  doc changes

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1090/files
  - new: https://git.openjdk.org/jfx/pull/1090/files/cec4b90b..2557fb2f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1090&range=03
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1090&range=02-03

  Stats: 32 lines in 3 files changed: 18 ins; 12 del; 2 mod
  Patch: https://git.openjdk.org/jfx/pull/1090.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1090/head:pull/1090

PR: https://git.openjdk.org/jfx/pull/1090


More information about the openjfx-dev mailing list