Uses of Class
net.sf.cglib.MulticastDelegate

Packages that use MulticastDelegate
net.sf.cglib   
 

Uses of MulticastDelegate in net.sf.cglib
 

Methods in net.sf.cglib that return MulticastDelegate
abstract  MulticastDelegate MulticastDelegate.add(java.lang.Object delegate)
           
protected  MulticastDelegate MulticastDelegate.addHelper(java.lang.Object delegate)
           
 MulticastDelegate MulticastDelegate.remove(java.lang.Object delegate)
           
protected abstract  MulticastDelegate MulticastDelegate.newInstance()
           
static MulticastDelegate MulticastDelegate.create(java.lang.Class iface)
           
static MulticastDelegate MulticastDelegate.create(java.lang.Class iface, java.lang.ClassLoader loader)
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.