Some apps may want to update their own configuration.  I presume as one 
Configuration...

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]

Reply via email to