hi daniel,
when you use a collection-proxy tho whole collection is proxied so there's no need to define an interface for the contained classes.
hth jakob
Daniel Perry wrote:
I know that I need to use interfaces for classes if they are proxied individually, but if I am only proxying collections, do the items I am proxying need to implement any interfaces?
Thinking about it with hindsight, I would assume not, and I can get rid of dozens of needless interfaces! Can someone correct me if I'm wrong?
Thanks,
Daniel.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
