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