Re: Own Proxy-Implementation

2006-11-22 Thread Armin Waibel
Hi Tino, Tino Schöllhorn wrote: Hi, I want to change the used Proxy-Implementation of "some" of my collections. So I have written a "MyProxyListImpl" class which implements the CollectionProxy interface: class MyProxyListImpl extends ArrayList implements CollectionProxy { // the 2 construc

Own Proxy-Implementation

2006-11-18 Thread Tino Schöllhorn
Hi, I want to change the used Proxy-Implementation of "some" of my collections. So I have written a "MyProxyListImpl" class which implements the CollectionProxy interface: class MyProxyListImpl extends ArrayList implements CollectionProxy { // the 2 constructors. } Then I changed the colle