javassist.util.proxy
Interface Proxy

All Known Subinterfaces:
ProxyObject

public interface Proxy

The interface implemented by proxy classes. This interface only provides a setter method. To obtain a handler, call ProxyFactory.getHandler(Proxy).

Since:
3.16
See Also:
ProxyFactory

Method Summary
 void setHandler(MethodHandler mi)
          Sets a handler.
 

Method Detail

setHandler

void setHandler(MethodHandler mi)
Sets a handler. It can be used for changing handlers during runtime.



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.