|
Sorry, I really don’t get it. So
you have a Project that extends ObjectProxy (this is because you want to
monitor property access I guess). So now would you really be returning a
subclass of Project? Or is the deal that the object within the
ObjectProxy has a concrete type that you want to reach? If that is the case
you really shouldn’t be using the ObjectProxy. The whole point of
ObjectProxy is that you don’t care what’s inside and never want
concrete typing. If you want the concrete type you should devise another
system. Matt From: Hello, |
- RE: [flexcoders] Flex2 :: ObjectProxy subclass :: Interfa... Matt Chotin
- Re: [flexcoders] Flex2 :: ObjectProxy subclass :: In... Michael Schmalle
- RE: [flexcoders] Flex2 :: ObjectProxy subclass :... Matt Chotin
- Re: [flexcoders] Flex2 :: ObjectProxy subcla... Michael Schmalle
- RE: [flexcoders] Flex2 :: ObjectProxy su... Matt Chotin
- Re: [flexcoders] Flex2 :: ObjectPro... Michael Schmalle
- RE: [flexcoders] Flex2 :: Objec... Matt Chotin
- Re: [flexcoders] Flex2 :: O... Michael Schmalle

