Re: RFR: 8294809: ListenerHelper for managing and disconnecting listeners [v13]

2022-11-24 Thread Ajit Ghaisas
On Wed, 23 Nov 2022 17:18:47 GMT, Andy Goryachev wrote: >> Introduction >> >> There is a number of places where various listeners (strong as well as weak) >> are added, to be later disconnected in one go. For example, Skin >> implementations use dispose() method to clean up the listeners insta

Re: RFR: 8294809: ListenerHelper for managing and disconnecting listeners [v13]

2022-11-23 Thread Andy Goryachev
On Wed, 23 Nov 2022 17:18:47 GMT, Andy Goryachev wrote: >> Introduction >> >> There is a number of places where various listeners (strong as well as weak) >> are added, to be later disconnected in one go. For example, Skin >> implementations use dispose() method to clean up the listeners insta

Re: RFR: 8294809: ListenerHelper for managing and disconnecting listeners [v13]

2022-11-23 Thread Kevin Rushforth
On Wed, 23 Nov 2022 17:18:47 GMT, Andy Goryachev wrote: >> Introduction >> >> There is a number of places where various listeners (strong as well as weak) >> are added, to be later disconnected in one go. For example, Skin >> implementations use dispose() method to clean up the listeners insta

Re: RFR: 8294809: ListenerHelper for managing and disconnecting listeners [v13]

2022-11-23 Thread Andy Goryachev
> Introduction > > There is a number of places where various listeners (strong as well as weak) > are added, to be later disconnected in one go. For example, Skin > implementations use dispose() method to clean up the listeners installed in > the corresponding Control (sometimes using > Lambda