net.sf.cglib.reflect
Class MulticastDelegate
java.lang.Object
net.sf.cglib.reflect.MulticastDelegate
- All Implemented Interfaces:
- Cloneable
public abstract class MulticastDelegate
- extends Object
- implements Cloneable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targets
protected Object[] targets
MulticastDelegate
protected MulticastDelegate()
getTargets
public List getTargets()
add
public abstract MulticastDelegate add(Object target)
addHelper
protected MulticastDelegate addHelper(Object target)
remove
public MulticastDelegate remove(Object target)
newInstance
public abstract MulticastDelegate newInstance()
create
public static MulticastDelegate create(Class iface)
Copyright © 2012 Oracle Corporation. All Rights Reserved.