RFR: JDK-8304439: Subscription based listeners [v2]
John Hendrikx
jhendrikx at openjdk.org
Mon Mar 27 14:36:45 UTC 2023
> Makes `Subscription` public (removing some of its methods that are unnecessary), and adds methods that can provide `Subscription`s in `ObservableValue`.
John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
Move Subscription method for invalidations to Observable
- moved Subscription class to the Observable package
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1069/files
- new: https://git.openjdk.org/jfx/pull/1069/files/315e158e..df31b3fa
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1069&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1069&range=00-01
Stats: 53 lines in 10 files changed: 25 ins; 24 del; 4 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