net.sf.jzeno.util
Class CollectionChangeDetectorFactory.Callback

java.lang.Object
  extended by net.sf.jzeno.util.CollectionChangeDetectorFactory.Callback
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.InvocationHandler
Enclosing class:
CollectionChangeDetectorFactory

public static class CollectionChangeDetectorFactory.Callback
extends java.lang.Object
implements net.sf.cglib.proxy.InvocationHandler


Constructor Summary
CollectionChangeDetectorFactory.Callback()
           
CollectionChangeDetectorFactory.Callback(CollectionChangeListener listener, java.util.Collection collection, java.lang.Object decorated)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionChangeDetectorFactory.Callback

public CollectionChangeDetectorFactory.Callback(CollectionChangeListener listener,
                                                java.util.Collection collection,
                                                java.lang.Object decorated)

CollectionChangeDetectorFactory.Callback

public CollectionChangeDetectorFactory.Callback()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface net.sf.cglib.proxy.InvocationHandler
Throws:
java.lang.Throwable