You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Brett Porter <br...@apache.org> on 2007/02/12 06:06:23 UTC

[configuration] should CombinedConfiguration re-fire events?

Hi,

I've noticed that if I attach a configuration listener to a combined  
configuration, I only get invalidate() events to my listeners, which  
come each time the combined configuration gets some other event. I  
was thinking that in addition to this the combined configuration  
should send the events it receives to its own listeners as well.

any objections to me implementing this? (doesn't have to be in the  
1.4 timeframe).

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [configuration] should CombinedConfiguration re-fire events?

Posted by Oliver Heger <ol...@oliver-heger.de>.
Brett Porter wrote:
> Hi,
> 
> I've noticed that if I attach a configuration listener to a combined 
> configuration, I only get invalidate() events to my listeners, which 
> come each time the combined configuration gets some other event. I was 
> thinking that in addition to this the combined configuration should send 
> the events it receives to its own listeners as well.
> 
> any objections to me implementing this? (doesn't have to be in the 1.4 
> timeframe).
> 
> - Brett
> 

Just go ahead. This surely makes sense.
Thanks.
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org