Re: [Figleaf-developer] Current code changes
Status: Alpha
Brought to you by:
steckman
|
From: <sam...@ma...> - 2004-07-01 21:52:32
|
OK, I have made a bit of a mistake with the current code. Firstly I've confused the notion of defining what properties there are with how they are invoked. This is a problem in that it gives the developer power over how get/set are implemented under the hood, thereby eliminating the possibility for me to make sure I intercept all property calls and fire the relevent change events. With that in mind I'm going to change Property to define one method, getName (read only etc can wait for a bit). I'll then create a seperate class capable of taking an object and executing the properties. sam |