clojure.lang
Class ProxyHandler

java.lang.Object
  extended by clojure.lang.ProxyHandler
All Implemented Interfaces:
InvocationHandler

public class ProxyHandler
extends Object
implements InvocationHandler


Constructor Summary
ProxyHandler(IPersistentMap fns)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyHandler

public ProxyHandler(IPersistentMap fns)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2014. All Rights Reserved.