Package net.sf.cglib.reflect
Class MulticastDelegate
- java.lang.Object
-
- net.sf.cglib.reflect.MulticastDelegate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMulticastDelegate.Generator
-
Constructor Summary
Constructors Modifier Constructor Description protectedMulticastDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract MulticastDelegateadd(Object target)protected MulticastDelegateaddHelper(Object target)static MulticastDelegatecreate(Class iface)ListgetTargets()abstract MulticastDelegatenewInstance()MulticastDelegateremove(Object target)
-
-
-
Field Detail
-
targets
protected Object[] targets
-
-
Method Detail
-
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)
-
-