RFR: JDK-8304439: Subscription based listeners [v6]
Andy Goryachev
angorya at openjdk.org
Fri Jun 30 23:01:02 UTC 2023
On Thu, 29 Jun 2023 21:38:09 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> 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:
>
> Changed subscription methods to use the subscribe name
modules/javafx.base/src/main/java/com/sun/javafx/binding/ConditionalBinding.java line 102:
> 100: }
> 101: }
> 102: }
missing newline?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1069#discussion_r1248328610
More information about the openjfx-dev
mailing list