Re: [Figleaf-developer] Current code changes
Status: Alpha
Brought to you by:
steckman
|
From: Greg S. <ste...@on...> - 2004-07-01 22:42:46
|
Note that Informative extends Observable. So if you implement Informative, then it means you must also implement Observable. Also, not all methods will be called via Property objects. Consider those objects invoking methods directly on the object (that is, those that know nothing about the Informative interface). Greg sam...@ma... wrote: >Im in the middle of the changes to the proxy creation. When I've finished the >ProxyFactory will be creating objects that implement both Informative and >Observable. Its actually gotten a little complicated and doesn't need to be - I >got a little caught up with making the proxies still implement the same >interface as the original developer-defined domain objects which of course they >don't need to be - all methods will be called via Property objects obtained from >the Infromative implementation. The rewrite is fairly hairy - not sure I'll >finish it tonight. > >Oh, and please respond to let me know you're getting this! > >sam >http://www.magpiebrain.com/ > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >digital self defense, top technical experts, no vendor pitches, >unmatched networking opportunities. Visit www.blackhat.com >_______________________________________________ >Figleaf-developer mailing list >Fig...@li... >https://lists.sourceforge.net/lists/listinfo/figleaf-developer > > |