[Rev 03] RFR: 8236259: MemoryLeak in ProgressIndicator
Kevin Rushforth
kcr at openjdk.java.net
Thu Mar 5 22:21:56 UTC 2020
On Thu, 19 Dec 2019 14:43:29 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> I don't see an API in the discussion, on how to remove a specific listener. Did i miss something? It seems to me, that the API is written to support only a single listener per property.
>
> the api is in a related issue (should be noted in the issue above). The use-cases mentioned in the isssue: it's a do-once scenario with the skin (and its subclasses) as the only user: multiple listeners can be registered, typically by a skin and/or its subclasses, each can be pre/postpended (or replaced) in the chain for that property and all are unregistered at dispose time. So I think it's really bad to use it in another collaborator like the indicator, particularly if that is re-created often and each of the instances need to remove the listener.
I think this will be fine. The `text` node is private to the `DeterminateIndicator` inner class and not exposed, so there would never be another listener.
-------------
PR: https://git.openjdk.java.net/jfx/pull/71
More information about the openjfx-dev
mailing list