Re: RFR: 8290040: Provide simplified deterministic way to manage listeners [v3]

2022-09-04 Thread John Hendrikx
On Thu, 1 Sep 2022 17:51:20 GMT, Nir Lisker wrote: >> John Hendrikx has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update javadoc of "when" with better phrasing > >

Re: RFR: 8290040: Provide simplified deterministic way to manage listeners [v3]

2022-09-01 Thread Nir Lisker
On Thu, 1 Sep 2022 13:51:21 GMT, John Hendrikx wrote: >> This PR adds a new (lazy*) property on `Node` which provides a boolean which >> indicates whether or not the `Node` is currently part of a `Scene`, which in >> turn is part of a currently showing `Window`. >> >> It also adds a new

Re: RFR: 8290040: Provide simplified deterministic way to manage listeners [v3]

2022-09-01 Thread John Hendrikx
> This PR adds a new (lazy*) property on `Node` which provides a boolean which > indicates whether or not the `Node` is currently part of a `Scene`, which in > turn is part of a currently showing `Window`. > > It also adds a new fluent binding method on `ObservableValue` dubbed `when` > (open