dynaop
Interface ProxyAware

All Known Implementing Classes:
SubjectMixin

public interface ProxyAware

Implemented by mixins or interceptors that need access to the surrounding proxy. Invoked before usage by a proxy.

May be invoked multiple times if the object is shared between multiple proxies.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 void setProxy(Proxy proxy)
           
 

Method Detail

setProxy

void setProxy(Proxy proxy)