F
Florian Weber
hi!
if i use a proxy to wrap a object, is there a way to allow that calls
from the wrapped object to a method in the wrapped object go via
the proxy.
example:
proxy#foo calls object#foo calls proxy#bar calls object#bar
instead of
proxy#foo calls object#foo calls object#bar
thanks for any tipp!
ciao!
florian
if i use a proxy to wrap a object, is there a way to allow that calls
from the wrapped object to a method in the wrapped object go via
the proxy.
example:
proxy#foo calls object#foo calls proxy#bar calls object#bar
instead of
proxy#foo calls object#foo calls object#bar
thanks for any tipp!
ciao!
florian