RFR: JDK-8304439: Subscription based listeners
John Hendrikx
jhendrikx at openjdk.org
Sat Mar 25 16:26:30 UTC 2023
Makes `Subscription` public (removing some of its methods that are unnecessary), and adds methods that can provide `Subscription`s in `ObservableValue`.
-------------
Commit messages:
- Make Subscription public and add methods to provide them
Changes: https://git.openjdk.org/jfx/pull/1069/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1069&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8304439
Stats: 461 lines in 11 files changed: 328 ins; 122 del; 11 mod
Patch: https://git.openjdk.org/jfx/pull/1069.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1069/head:pull/1069
PR: https://git.openjdk.org/jfx/pull/1069
More information about the openjfx-dev
mailing list