On Sun, 2 Sep 2001 09:38, Paul Hammant wrote:
> If you can mine this maillist you'll see Peter and Fede ++ discussing
> things about six months ago. Configurable and Reconfigurable. Perhaps
> you need a ConfigurationUpdate interface ..
>
> interface ConfigurationUpdater {
> void setConfigurationUpdateThing(ConfigurationUpdateThing cut);
> }
>
> interface ConfigurationUpdateThing {
> void setConfiguration(XPath path, String value);
> void setConfiguration(XPath path, int value);
> ...
> }
>
> Note - I am not sure what the best name for these interfaces are.
> Especially the "Thing" bit.
I was thinking ModifiableConfiguration (if we choose to use an interface
rather than an implementation) and ConfigurationModifier (a callback passed
to ConfigurationRepository).
--
Cheers,
Pete
*----------------------------------------------------------*
The phrase "computer literate user" really means the person
has been hurt so many times that the scar tissue is thick
enough so he no longer feels the pain.
-- Alan Cooper, The Inmates are Running the Asylum
*----------------------------------------------------------*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]