com.generationjava.lang
Class ProxyListener

java.lang.Object
  extended bycom.generationjava.lang.ProxyListener
All Implemented Interfaces:
InvocationHandler

public class ProxyListener
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static Object newInstance(Class intfce, Object target, String listenerMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static Object newInstance(Class intfce,
                                 Object target,
                                 String listenerMethod)

invoke

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


Copyright © 2000-2005 OSJava. All Rights Reserved.