> Some apps may want to update their own configuration.  I presume as one
Configuration...
> What thought?
>
> -PH
To me an app/component reacts to external configuration stimuli. It can
easily ignore or do things differently if it so chooses. So not sure what
would be the gain would be.

Harmeet

>
> interface SelfConfigurer {
>   void configure(Configuration);
> }
>
> interface SelfConfigurable {
>   void setSelfConfigurer(SelfConfigurer selfConfigurer);
> }
>
> What thought?
>
> -PH
>
> =====
> Regards - Paul H
> ====
> CVS -1, Perforce +1
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.yahoo.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to