|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jga.swing.FunctorProxy.FunctorInvocationHandler
public static class FunctorProxy.FunctorInvocationHandler
The InvocationHandler for FunctorProxy instances. This handler allows individual
methods to be mapped to Functors of the form UnaryFunctor
Method Summary | |
---|---|
java.lang.Object |
invoke(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] objectArray)
Type-unsafe implementation of invoke, but invoke is an inherently un-typesafe operation anyway. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object invoke(java.lang.Object object, java.lang.reflect.Method method, java.lang.Object[] objectArray) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |