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 class
MulticastDelegate.Generator
-
Constructor Summary
Constructors Modifier Constructor Description protected
MulticastDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract MulticastDelegate
add(Object target)
protected MulticastDelegate
addHelper(Object target)
static MulticastDelegate
create(Class iface)
List
getTargets()
abstract MulticastDelegate
newInstance()
MulticastDelegate
remove(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)
-
-