Re: Adding an interface to provide a list of listeners

On Sun, Jul 27, 2014 at 8:35 PM, Glenn Adams <glenn@skynav.com> wrote:
> As has been pointed out, it is apparently observable now, i.e., by replacing
> the node with a partial clone (that doesn't clone its listener list) and
> then dispatching an event to the node that would have but now does not
> invoke a previously registered (but now missing) listener.

That does not tell you anything about listeners anyone else might have
added. If you already know you added listeners, you already have all
the bookkeeping you need.


-- 
http://annevankesteren.nl/

Received on Sunday, 27 July 2014 18:56:30 UTC